superfile: 1.1.5 -> 1.1.6

This commit is contained in:
R. Ryantm 2024-11-22 07:06:50 +00:00
parent df7cef32c3
commit 2b9249c6f8

View File

@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "superfile";
version = "1.1.5";
version = "1.1.6";
src = fetchFromGitHub {
owner = "yorukot";
repo = "superfile";
rev = "v${version}";
hash = "sha256-/MdcfZpYr7vvPIq0rqLrPRPPU+cyp2y0EyxQPf9znwQ=";
hash = "sha256-3zQDErfst0CAE9tdOUtPGtGWuOo/K8x/M+r6+RPrlCM=";
};
vendorHash = "sha256-8WGmksKH0rmfRH6Xxd0ACl1FS7YPphG7hsIB5/o38lQ=";
vendorHash = "sha256-DU0Twutepmk+8lkBM2nDChbsSHh4awt5m33ACUtH4AQ=";
ldflags = ["-s" "-w"];