s5: 0.1.12 -> 0.1.13

This commit is contained in:
R. Ryantm 2024-04-08 19:44:56 +00:00
parent f6eb921406
commit 7b8de6fef4

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "s5"; pname = "s5";
version = "0.1.12"; version = "0.1.13";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mvisonneau"; owner = "mvisonneau";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lTbTD5t80+R9hQeytNE2/Cs8dofdiYEP3zkc084mdAA="; hash = "sha256-asX61mGgXKlSvVGcGrfVGLiZersjbaVql1eKf+b9JmU=";
}; };
vendorHash = "sha256-TrCIUeY0B+BsWNaUkDTEgrEaWfJKnID2mafj3ink+i8="; vendorHash = "sha256-8nuhRoFnN2oiJdo7bXxHqaHTkZH9Hh2Q2cYnMkEt4kI=";
subPackages = [ "cmd/${pname}" ]; subPackages = [ "cmd/${pname}" ];