1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

cariddi: 1.3.4 -> 1.3.5

This commit is contained in:
R. Ryantm 2024-07-01 12:32:55 +00:00
parent 2b753fb3c6
commit fa97f3db2f

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "cariddi";
version = "1.3.4";
version = "1.3.5";
src = fetchFromGitHub {
owner = "edoardottt";
repo = "cariddi";
rev = "refs/tags/v${version}";
hash = "sha256-Hgz+/DEoCo4lxcFkawQgIc3ct7cc2NwpAnfBtZQruf0=";
hash = "sha256-mRrUTRknax3b4hs3frQMzg0GyB3WjMDZJk0RQSAC88U=";
};
vendorHash = "sha256-GgJyYDnlaFybf3Gu1gVcA12HkA0yUIjYEFj0G83GVGQ=";
vendorHash = "sha256-ML1aLbrYhs2IxnN2ywKFOpvAV6yuYb8GI+dtoxwJl4A=";
ldflags = [
"-w"