mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
rhash: 1.4.3 -> 1.4.4
This commit is contained in:
parent
fdf0e8f80a
commit
ec38b4db76
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user