lol

git-upstream: 1.5.0 -> 1.6.0 (#406582)

authored by

Arne Keller and committed by
GitHub
86ba55dd cd797152

+3 -3
+3 -3
pkgs/by-name/gi/git-upstream/package.nix
··· 6 6 }: 7 7 let 8 8 pname = "git-upstream"; 9 - version = "1.5.0"; 9 + version = "1.6.0"; 10 10 in 11 11 rustPlatform.buildRustPackage { 12 12 inherit pname version; ··· 15 15 owner = "9999years"; 16 16 repo = pname; 17 17 tag = "v${version}"; 18 - hash = "sha256-ooqz2Xp/nljx2+zQsc/RjVbGG/5YTeggU6pB8lGK0o8="; 18 + hash = "sha256-rdxpo1OZD/fpBm76zD7U/YeZOBpliKXJN87LJkw6A28="; 19 19 }; 20 20 21 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-oIrUjb+yJgDR5GYrG3hPLpXYJynR9eeX00emcrcjmZY="; 22 + cargoHash = "sha256-7h0aWb7xJjDJedQp9xXc+deW0hM+qBJcG36Sd8fo+Fg="; 23 23 24 24 meta = { 25 25 homepage = "https://github.com/9999years/git-upstream";