h: 1.0.3 -> 1.0.4

This commit is contained in:
R. Ryantm 2023-08-26 22:23:09 +00:00 committed by tomberek
parent 3d6dd9b4af
commit a61f1915d4

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "h"; pname = "h";
version = "1.0.3"; version = "1.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zimbatm"; owner = "zimbatm";
repo = "h"; repo = "h";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-RyQZ9F+rZ0a/90hljSyNCzYK8eA3rYJlJkV7B5NPRzY="; hash = "sha256-eitUKOo2c1c+SyctkUW/SUb2RCKUoU6nJplfJVdwBSs=";
}; };
buildInputs = [ ruby ]; buildInputs = [ ruby ];