We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 52cfd83 + 6569728 commit 7f8bae4Copy full SHA for 7f8bae4
pkgs/by-name/su/superfile/package.nix
@@ -5,16 +5,16 @@
5
}:
6
buildGoModule rec {
7
pname = "superfile";
8
- version = "1.1.4";
+ version = "1.1.5";
9
10
src = fetchFromGitHub {
11
owner = "yorukot";
12
repo = "superfile";
13
rev = "v${version}";
14
- hash = "sha256-ajLlXySf/YLHrwwacV5yIF8qU5pKvEoOwpDoxh49qaU=";
+ hash = "sha256-/MdcfZpYr7vvPIq0rqLrPRPPU+cyp2y0EyxQPf9znwQ=";
15
};
16
17
- vendorHash = "sha256-vybe4KNj6ZhvXRTiN7e5+IhOewfK5L2jKPrcdCYGc4k=";
+ vendorHash = "sha256-8WGmksKH0rmfRH6Xxd0ACl1FS7YPphG7hsIB5/o38lQ=";
18
19
ldflags = ["-s" "-w"];
20
0 commit comments