Merge pull request #318656 from r-ryantm/auto-update/crawley

crawley: 1.7.5 -> 1.7.6
This commit is contained in:
Nick Cao 2024-06-10 18:30:36 -04:00 committed by GitHub
commit 86b2018826
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,18 +6,18 @@
buildGoModule rec {
pname = "crawley";
version = "1.7.5";
version = "1.7.6";
src = fetchFromGitHub {
owner = "s0rg";
repo = "crawley";
rev = "v${version}";
hash = "sha256-Ai+Y4WoU0REmo9ECsrV/i0PnPY+gO2+22np+nVH3Xsc=";
hash = "sha256-chnnWFE+teq3cjWmwwZ/Ql3KoY2b4wsLL8/5TWxX1fM=";
};
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-bI7PdUl+/kBx4F9T+tvF7QHNQ2pSvRjT31O/nIUvUAE=";
vendorHash = "sha256-byEb5CKi/zBjdvdkUdJeLbuZKf6o3z08r+XRkcGxvDs=";
ldflags = [ "-w" "-s" ];