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 8d9621c + 2711334 commit 1a0bf0dCopy full SHA for 1a0bf0d
1 file changed
pkgs/by-name/se/sendspin-go/package.nix
@@ -12,18 +12,18 @@
12
13
buildGoModule (finalAttrs: {
14
pname = "sendspin-go";
15
- version = "1.6.2";
+ version = "1.7.0";
16
17
src = fetchFromGitHub {
18
owner = "Sendspin";
19
repo = "sendspin-go";
20
tag = "v${finalAttrs.version}";
21
- hash = "sha256-ME4LZp5NNLSAtdkIUZJWWWQTUr5Lt3y+HscJAR/AS7c=";
+ hash = "sha256-I4LhgW4uyA9m+tWQKhcAsh+55jtO77TP9AFBpGjGtJs=";
22
};
23
24
__structuredAttrs = true;
25
26
- vendorHash = "sha256-g2u3kkP6FUtHoCnY4PxqTp/d1wYQuz0uFZkeuobtl7U=";
+ vendorHash = "sha256-QAmC6bgOSlV8we9j3rDQ9V3sLdSvELu8zzn5UAw/uIY=";
27
28
nativeBuildInputs = [ pkg-config ];
29
0 commit comments