Skip to content

Commit 6a95107

Browse files
git-spice: 0.10.0 -> 0.12.0 (NixOS#387765)
2 parents cc832ea + b5634da commit 6a95107

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
lib,
33
stdenv,
4-
buildGo123Module,
4+
buildGo124Module,
55
fetchFromGitHub,
66
git,
77
nix-update-script,
88
installShellFiles,
99
}:
1010

11-
buildGo123Module rec {
11+
buildGo124Module rec {
1212
pname = "git-spice";
13-
version = "0.10.0";
13+
version = "0.12.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "abhinav";
1717
repo = "git-spice";
1818
tag = "v${version}";
19-
hash = "sha256-1EWuKjvDeOV6W+nntdevUI/SO68ssYgoxJ5QIy5jkFM=";
19+
hash = "sha256-ew0ehaYXJgc1ePdQCxxfahBdTs5zsiHDfB4SdS2WZ8A=";
2020
};
2121

22-
vendorHash = "sha256-F9CyhUtdkwvEsmQ+T5zt2n+TBRhVgyr2CEOvIzcXpug=";
22+
vendorHash = "sha256-jlCNcjACtms9kI4Lo8AtUfxqODyv4U2nJITGpBNxk9I=";
2323

2424
subPackages = [ "." ];
2525

0 commit comments

Comments
 (0)