h: 1.0.4 -> 1.1.0 (#320533)

This commit is contained in:
R. RyanTM 2024-06-18 01:12:49 +10:00 committed by GitHub
parent 4d1e3ff6e1
commit 7a1fd887da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "h";
version = "1.0.4";
version = "1.1.0";
src = fetchFromGitHub {
owner = "zimbatm";
repo = "h";
rev = "v${version}";
hash = "sha256-eitUKOo2c1c+SyctkUW/SUb2RCKUoU6nJplfJVdwBSs=";
hash = "sha256-4rhol8a+OMX2+MxFPEM1WzM/70C7sye8jw4pg7CujRo=";
};
buildInputs = [ ruby ];