croc: 10.1.0 -> 10.1.1

This commit is contained in:
R. Ryantm 2024-11-28 16:46:15 +00:00
parent 258e563d2c
commit f34a785514

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "croc";
version = "10.1.0";
version = "10.1.1";
src = fetchFromGitHub {
owner = "schollz";
repo = pname;
rev = "v${version}";
hash = "sha256-xHvFs5j4icsGJsmXGg+WCQRTIx5I6ixEgRqKiYwAZio=";
hash = "sha256-+60s0NMSXRUlYDdoxPeEZYx1EMfMODNA/A7rkje5x7o=";
};
vendorHash = "sha256-xTXWy8L+i3XbsnFqtSU6B/3e5zEXLjIAyKO7zslcr9o=";
vendorHash = "sha256-/cTYfGpGbtPvIwriqemDatcMf+cP76eD6OV0oGQenAk=";
subPackages = [ "." ];