Merge pull request #331591 from redyf/update-superfile

superfile: 1.1.3 -> 1.1.4
This commit is contained in:
Pol Dellaiera 2024-08-03 21:23:45 +02:00 committed by GitHub
commit 0d02d0bae5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
}: }:
buildGoModule rec { buildGoModule rec {
pname = "superfile"; pname = "superfile";
version = "1.1.3"; version = "1.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yorukot"; owner = "yorukot";
repo = "superfile"; repo = "superfile";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-z1jcRzID20s7tEDUaEcnOYBfv/BPZtcXz9fy3V5iPPg="; hash = "sha256-ajLlXySf/YLHrwwacV5yIF8qU5pKvEoOwpDoxh49qaU=";
}; };
vendorHash = "sha256-OzPH7dNu/V4HDGSxrvYxu3s+hw36NiulFZs0BJ44Pjk="; vendorHash = "sha256-vybe4KNj6ZhvXRTiN7e5+IhOewfK5L2jKPrcdCYGc4k=";
ldflags = ["-s" "-w"]; ldflags = ["-s" "-w"];
@ -23,7 +23,7 @@ buildGoModule rec {
homepage = "https://github.com/yorukot/superfile"; homepage = "https://github.com/yorukot/superfile";
changelog = "https://github.com/yorukot/superfile/blob/${src.rev}/changelog.md"; changelog = "https://github.com/yorukot/superfile/blob/${src.rev}/changelog.md";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [momeemt]; maintainers = with maintainers; [momeemt redyf];
mainProgram = "superfile"; mainProgram = "superfile";
}; };
} }