Merge pull request #230249 from CaptainJawZ/furtherance

furtherance: 1.6.0 -> 1.7.0
This commit is contained in:
Weijia Wang 2023-05-06 20:45:31 +03:00 committed by GitHub
commit 44af8ba8c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,19 +3,19 @@
stdenv.mkDerivation rec {
pname = "furtherance";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "lakoliu";
repo = "Furtherance";
rev = "v${version}";
sha256 = "xshZpwL5AQvYSPoyt9Qutaym5IGBQHWwz4ev3xnVcSk=";
sha256 = "sha256-M3k2q32/vMG9uTHk2qqUz0E4ptzxfCOrs9NMjtyxZ5Y=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
sha256 = "J/e8NYd9JjmANj+4Eh3/Uq2/vS711CwERgmJ7i5orNw=";
sha256 = "sha256-qLrX3X8wgNrI8G0RgWydVA35cdxcblSUxTKHty+eCds=";
};
nativeBuildInputs = [