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.
2 parents cc832ea + b5634da commit 6a95107Copy full SHA for 6a95107
pkgs/by-name/gi/git-spice/package.nix
@@ -1,25 +1,25 @@
1
{
2
lib,
3
stdenv,
4
- buildGo123Module,
+ buildGo124Module,
5
fetchFromGitHub,
6
git,
7
nix-update-script,
8
installShellFiles,
9
}:
10
11
-buildGo123Module rec {
+buildGo124Module rec {
12
pname = "git-spice";
13
- version = "0.10.0";
+ version = "0.12.0";
14
15
src = fetchFromGitHub {
16
owner = "abhinav";
17
repo = "git-spice";
18
tag = "v${version}";
19
- hash = "sha256-1EWuKjvDeOV6W+nntdevUI/SO68ssYgoxJ5QIy5jkFM=";
+ hash = "sha256-ew0ehaYXJgc1ePdQCxxfahBdTs5zsiHDfB4SdS2WZ8A=";
20
};
21
22
- vendorHash = "sha256-F9CyhUtdkwvEsmQ+T5zt2n+TBRhVgyr2CEOvIzcXpug=";
+ vendorHash = "sha256-jlCNcjACtms9kI4Lo8AtUfxqODyv4U2nJITGpBNxk9I=";
23
24
subPackages = [ "." ];
25
0 commit comments