Merge pull request #244016 from r-ryantm/auto-update/rhash

rhash: 1.4.3 -> 1.4.4
This commit is contained in:
Pol Dellaiera
2023-07-26 13:23:27 +02:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
}:
stdenv.mkDerivation rec {
version = "1.4.3";
version = "1.4.4";
pname = "rhash";
src = fetchFromGitHub {
owner = "rhash";
repo = "RHash";
rev = "v${version}";
sha256 = "sha256-R+dHYG0DBI1uo+yF/pxoTv/V9WSfph043bH6erZjeCE=";
sha256 = "sha256-3CW41ULdXoID4cOgrcG2j85tgIJ/sz5hU7A83qpuxf4=";
};
nativeBuildInputs = [ which ];