hermitcli: 0.40.0 -> 0.41.0

This commit is contained in:
R. Ryantm
2024-12-01 08:19:46 +00:00
parent dfd6a4a50f
commit 755454e102
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "hermit";
version = "0.40.0";
version = "0.41.0";
src = fetchFromGitHub {
rev = "v${version}";
owner = "cashapp";
repo = "hermit";
hash = "sha256-oRDkuYmTR5SvmWJ9/tpW+926ShY3KrsgTiwWjQfeIEg=";
hash = "sha256-pHhGMVlBJAZ9pCv5IsayLw9g1LPIHLmvRczvDPgwj/A=";
};
vendorHash = "sha256-+phwbG2ODhzfzqOJ6IuT/XDzTevPrdOfJH6PKLKeJlM=";