h: 1.0.0 -> 1.0.3 (#156966)

Fixes the ruby warnings
This commit is contained in:
Jonas Chevalier 2022-01-28 15:59:01 +01:00 committed by GitHub
parent c8206d3534
commit 5efc8ca954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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