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.
1 parent 55d82ef commit 589d42dCopy full SHA for 589d42d
pkgs/by-name/su/superfile/package.nix
@@ -5,16 +5,16 @@
5
}:
6
buildGoModule rec {
7
pname = "superfile";
8
- version = "1.1.6";
+ version = "1.1.7";
9
10
src = fetchFromGitHub {
11
owner = "yorukot";
12
repo = "superfile";
13
rev = "v${version}";
14
- hash = "sha256-3zQDErfst0CAE9tdOUtPGtGWuOo/K8x/M+r6+RPrlCM=";
+ hash = "sha256-p5rTwGgiVdZoUWg6PYcmDlfED4/Z6+3lR4VBdWaaz9Q=";
15
};
16
17
- vendorHash = "sha256-DU0Twutepmk+8lkBM2nDChbsSHh4awt5m33ACUtH4AQ=";
+ vendorHash = "sha256-MdOdQQZhiuOJtnj5n1uVbJV6KIs0aa1HLZpFmvxxsWY=";
18
19
ldflags = [
20
"-s"
0 commit comments