Merge pull request #321508 from r-ryantm/auto-update/hermitcli

hermitcli: 0.39.2 -> 0.39.3
This commit is contained in:
Nick Cao 2024-06-21 17:52:01 -04:00 committed by GitHub
commit c5d6d222bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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=";