h: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2025-11-20 09:50:58 +00:00
parent c4ce11cde3
commit f917ed4220
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "h";
version = "1.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "zimbatm";
repo = "h";
rev = "v${version}";
hash = "sha256-4rhol8a+OMX2+MxFPEM1WzM/70C7sye8jw4pg7CujRo=";
hash = "sha256-Iv+BqM6AF7wD5yyFSvA5pkG2yfQrNp6aBFV1OCUom5c=";
};
buildInputs = [ ruby ];