sish: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm 2022-10-22 02:18:15 +00:00
parent 935e3d8fe4
commit 3c33e26f67

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "sish";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "antoniomika";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TiS28bqwcTbKKAj1trTOEs2a4FGADrkutIU3DkaTcjE=";
sha256 = "sha256-IWVBIuqqtySfHhe78YKZ3HfZdcmNiVklSCuYg8XjG6I=";
};
vendorSha256 = "sha256-Cky4ggZoNbIZK7w4tL00XqqyDDe0fmYk/+xZvtG/Nmg=";