Skip to content

Commit 0fbb475

Browse files
authored
git-spice: 0.8.1 -> 0.9.0 (NixOS#366093)
2 parents 6d8f343 + bdd57e2 commit 0fbb475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gi/git-spice/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildGo123Module rec {
1212
pname = "git-spice";
13-
version = "0.8.1";
13+
version = "0.9.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "abhinav";
1717
repo = "git-spice";
1818
rev = "refs/tags/v${version}";
19-
hash = "sha256-n/ETHsM0BjviDVbcQ67l9cBEzzZXm86jlnmc8EdjxF4=";
19+
hash = "sha256-Q5cNkX6ZtNXh+qDjpR0a2FfHmk5YA9izLCBRPFRpdvs=";
2020
};
2121

22-
vendorHash = "sha256-/qLknJ8cs7t5eZ0t+3kLwByxuTKWvnm9h9tuf5ueNds=";
22+
vendorHash = "sha256-4NkeLDToefiRYv9xta3U6O/5L2/J0d+59Er515R2zcw=";
2323

2424
subPackages = [ "." ];
2525

0 commit comments

Comments
 (0)