superfile: 1.1.4 -> 1.1.5 (#346295)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-04 03:06:10 +00:00 committed by GitHub
commit 7f8bae4f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "superfile";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "yorukot";
repo = "superfile";
rev = "v${version}";
hash = "sha256-ajLlXySf/YLHrwwacV5yIF8qU5pKvEoOwpDoxh49qaU=";
hash = "sha256-/MdcfZpYr7vvPIq0rqLrPRPPU+cyp2y0EyxQPf9znwQ=";
};
vendorHash = "sha256-vybe4KNj6ZhvXRTiN7e5+IhOewfK5L2jKPrcdCYGc4k=";
vendorHash = "sha256-8WGmksKH0rmfRH6Xxd0ACl1FS7YPphG7hsIB5/o38lQ=";
ldflags = ["-s" "-w"];