Skip to content

Commit 589d42d

Browse files
committed
superfile: 1.1.6 -> 1.1.7
1 parent 55d82ef commit 589d42d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
}:
66
buildGoModule rec {
77
pname = "superfile";
8-
version = "1.1.6";
8+
version = "1.1.7";
99

1010
src = fetchFromGitHub {
1111
owner = "yorukot";
1212
repo = "superfile";
1313
rev = "v${version}";
14-
hash = "sha256-3zQDErfst0CAE9tdOUtPGtGWuOo/K8x/M+r6+RPrlCM=";
14+
hash = "sha256-p5rTwGgiVdZoUWg6PYcmDlfED4/Z6+3lR4VBdWaaz9Q=";
1515
};
1616

17-
vendorHash = "sha256-DU0Twutepmk+8lkBM2nDChbsSHh4awt5m33ACUtH4AQ=";
17+
vendorHash = "sha256-MdOdQQZhiuOJtnj5n1uVbJV6KIs0aa1HLZpFmvxxsWY=";
1818

1919
ldflags = [
2020
"-s"

0 commit comments

Comments
 (0)