hermitcli: 0.40.0 -> 0.41.0 (#360706)

This commit is contained in:
Weijia Wang
2024-12-09 20:34:45 +01:00
committed by GitHub
+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=";