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 {
pname = "h";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "zimbatm";
repo = "h";
rev = "v${version}";
hash = "sha256-RyQZ9F+rZ0a/90hljSyNCzYK8eA3rYJlJkV7B5NPRzY=";
hash = "sha256-eitUKOo2c1c+SyctkUW/SUb2RCKUoU6nJplfJVdwBSs=";
};
buildInputs = [ ruby ];