Skip to content

Commit 7f8bae4

Browse files
superfile: 1.1.4 -> 1.1.5 (#346295)
2 parents 52cfd83 + 6569728 commit 7f8bae4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/su/superfile/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
buildGoModule rec {
77
pname = "superfile";
8-
version = "1.1.4";
8+
version = "1.1.5";
99

1010
src = fetchFromGitHub {
1111
owner = "yorukot";
1212
repo = "superfile";
1313
rev = "v${version}";
14-
hash = "sha256-ajLlXySf/YLHrwwacV5yIF8qU5pKvEoOwpDoxh49qaU=";
14+
hash = "sha256-/MdcfZpYr7vvPIq0rqLrPRPPU+cyp2y0EyxQPf9znwQ=";
1515
};
1616

17-
vendorHash = "sha256-vybe4KNj6ZhvXRTiN7e5+IhOewfK5L2jKPrcdCYGc4k=";
17+
vendorHash = "sha256-8WGmksKH0rmfRH6Xxd0ACl1FS7YPphG7hsIB5/o38lQ=";
1818

1919
ldflags = ["-s" "-w"];
2020

0 commit comments

Comments
 (0)