Skip to content

Commit

Permalink
superfile: 1.1.6 -> 1.1.7 (#371308)
Browse files Browse the repository at this point in the history
Co-authored-by: momeemt <me@momee.mt>
  • Loading branch information
nixpkgs-merge-bot[bot] and momeemt authored Jan 6, 2025
2 parents 6ce0402 + 589d42d commit 3df3c47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/su/superfile/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "superfile";
version = "1.1.6";
version = "1.1.7";

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

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

ldflags = [
"-s"
Expand Down

0 comments on commit 3df3c47

Please sign in to comment.