sish: 2.15.0 -> 2.16.0

This commit is contained in:
R. Ryantm 2024-05-29 05:30:10 +00:00
parent fb2cf0194e
commit 8e0c970664

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "sish";
version = "2.15.0";
version = "2.16.0";
src = fetchFromGitHub {
owner = "antoniomika";
repo = "sish";
rev = "refs/tags/v${version}";
hash = "sha256-70FKq36q/wNMEmaFOXY9gt24gXXbdpQJB1F7wQwYigE=";
hash = "sha256-YGeUiuLT67UI5whDAKcDFvYGnCIBkX4oCtKq47Qnw1k=";
};
vendorHash = "sha256-hlwJE31osz9MgZ0vCx4L6vo4PuGh0NgiPJgDq65fZ4U=";