We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4b019 commit bdd57e2Copy full SHA for bdd57e2
pkgs/by-name/gi/git-spice/package.nix
@@ -10,16 +10,16 @@
10
11
buildGo123Module rec {
12
pname = "git-spice";
13
- version = "0.8.1";
+ version = "0.9.0";
14
15
src = fetchFromGitHub {
16
owner = "abhinav";
17
repo = "git-spice";
18
rev = "refs/tags/v${version}";
19
- hash = "sha256-n/ETHsM0BjviDVbcQ67l9cBEzzZXm86jlnmc8EdjxF4=";
+ hash = "sha256-Q5cNkX6ZtNXh+qDjpR0a2FfHmk5YA9izLCBRPFRpdvs=";
20
};
21
22
- vendorHash = "sha256-/qLknJ8cs7t5eZ0t+3kLwByxuTKWvnm9h9tuf5ueNds=";
+ vendorHash = "sha256-4NkeLDToefiRYv9xta3U6O/5L2/J0d+59Er515R2zcw=";
23
24
subPackages = [ "." ];
25
0 commit comments