hermitcli: 0.39.2 -> 0.39.3

This commit is contained in:
R. Ryantm 2024-06-21 13:07:39 +00:00
parent 197496f33c
commit d92045a565

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "hermit";
version = "0.39.2";
version = "0.39.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "cashapp";
repo = "hermit";
hash = "sha256-By6ZWOiv1A7wghIGD6+oGoBic9puo4M+DzsM/7fOpy8=";
hash = "sha256-Cp96OOAEwBz83Fsex7DeI5LSp1gBhP8VP0I6bJAZC4U=";
};
vendorHash = "sha256-vEv/sciynvxQE7KpxqpaSO1p5R3xYBK6o4EeuJ2JYmg=";