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 36fafd7 + 1dbbb31 commit 6a721b7Copy full SHA for 6a721b7
pkgs/by-name/su/superfile/package.nix
@@ -4,7 +4,7 @@
4
fetchFromGitHub,
5
}:
6
let
7
- version = "1.1.7.1";
+ version = "1.2.0.0";
8
tag = "v${version}";
9
in
10
buildGoModule {
@@ -15,10 +15,10 @@ buildGoModule {
15
owner = "yorukot";
16
repo = "superfile";
17
inherit tag;
18
- hash = "sha256-v7EfMgOsc6FSGIjYkF+44t0wl34WFmokOtzNOAOneBc=";
+ hash = "sha256-ByCKpNUWwVzO6A8Ad9V0P0lsquYgVqDS3eCta5iOfXI=";
19
};
20
21
- vendorHash = "sha256-MdOdQQZhiuOJtnj5n1uVbJV6KIs0aa1HLZpFmvxxsWY=";
+ vendorHash = "sha256-5mjy6Mu/p7UJCxn2XRbgtfGmrS+9bEt4+EVheYZcDpY=";
22
23
ldflags = [
24
"-s"
0 commit comments