mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
rhash: 2018-02-05 -> 1.3.6
Move to official release now that one exists beyond the pinned git revision.
This commit is contained in:
parent
7319013ea1
commit
134929d9ac
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, fetchFromGitHub, which }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2018-02-05";
|
||||
version = "1.3.6";
|
||||
name = "rhash-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rhash";
|
||||
repo = "RHash";
|
||||
rev = "cc26d54ff5df0f692907a5e3132a5eeca559ed61";
|
||||
sha256 = "1ldagp931lmxxpyvsb9rrar4iqwmv94m6lfjzkbkshpmk3p5ng7h";
|
||||
rev = "v${version}";
|
||||
sha256 = "1c8gngjj34ylx1f56hjbvml22bif0bx1b88dx2cyxbix8praxqh7";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ which ];
|
||||
|
|
Loading…
Reference in a new issue