Rebecca Turner
2025-02-10 22:11:11 -08:00
parent 3c32085ed9
commit 7bae65cd6b
+3 -3
View File
@@ -6,7 +6,7 @@
}:
let
pname = "git-upstream";
version = "1.2.0";
version = "1.5.0";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -15,11 +15,11 @@ rustPlatform.buildRustPackage {
owner = "9999years";
repo = pname;
tag = "v${version}";
hash = "sha256-GnsqZSztDLXMO4T16nfcOKMKXap88CJzJ5nObzGwhMA=";
hash = "sha256-ooqz2Xp/nljx2+zQsc/RjVbGG/5YTeggU6pB8lGK0o8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-DzRiRUCsTslldnSNByaCr5eQGKxyTSifL2duZnMTmNk=";
cargoHash = "sha256-oIrUjb+yJgDR5GYrG3hPLpXYJynR9eeX00emcrcjmZY=";
meta = {
homepage = "https://github.com/9999years/git-upstream";