3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283462 from r-ryantm/auto-update/sish

sish: 2.11.0 -> 2.12.0
This commit is contained in:
Nick Cao 2024-01-24 10:16:07 -05:00 committed by GitHub
commit 47a3f853b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "sish";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "antoniomika";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-dNwSMDEt142A0rP212bWBZSX2zhYgL94EJymOvegTa8=";
hash = "sha256-dn64M/DGnyaoEtbdeytpRsKCXQPvR+dJDI7yFt2IqU0=";
};
vendorHash = "sha256-XtN2RgegmKR/RDFBbHn9kpI1BxmF7jfu7LAwPVaAvEk=";
vendorHash = "sha256-P5Y5DwF9Tb9j098XiEJZaEGZhT2Ce2emnV2SawElosI=";
ldflags = [
"-s"