superfile: 1.2.0.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-03-29 08:05:19 +00:00
parent 2a6f5e8209
commit 4466d7db22
+3 -3
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "1.2.0.0";
version = "1.2.1";
tag = "v${version}";
in
buildGoModule {
@@ -15,10 +15,10 @@ buildGoModule {
owner = "yorukot";
repo = "superfile";
inherit tag;
hash = "sha256-ByCKpNUWwVzO6A8Ad9V0P0lsquYgVqDS3eCta5iOfXI=";
hash = "sha256-yClDrDpt6QUWeAtWkG0tkmFqnaviRixz6Kez0q4cRuk=";
};
vendorHash = "sha256-5mjy6Mu/p7UJCxn2XRbgtfGmrS+9bEt4+EVheYZcDpY=";
vendorHash = "sha256-STiuaNcmoviHBXGcSPPs39sICsks3Z8I3ANdnlUqA/k=";
ldflags = [
"-s"