hermitcli: 0.44.6 -> 0.44.8

This commit is contained in:
R. Ryantm 2025-05-01 11:50:11 +00:00
parent cfbc694c82
commit 618519fb96

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "hermit";
version = "0.44.6";
version = "0.44.8";
src = fetchFromGitHub {
rev = "v${version}";
owner = "cashapp";
repo = "hermit";
hash = "sha256-PNzMR9bYR7Dv62kN6tYBdabGR01iXw537WRUtJXl1CE=";
hash = "sha256-euSuOYHroTJTifUcthHr4oQktTmE62qf2y6p6fBy9fI=";
};
vendorHash = "sha256-GnZqM5ZKpg2yKAzUaXLOOKspbpjNnihscftkDT/7P9w=";