sha1collisiondetection: 1.0.1 -> 1.0.3

This commit is contained in:
Simon Lackerbauer 2017-08-21 22:19:39 +02:00 committed by Franz Pletz
parent 637e33e616
commit 7354913c2d

View File

@ -1,15 +1,14 @@
{ stdenv, fetchFromGitHub, libtool, which }: { stdenv, fetchFromGitHub, libtool, which }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sha1collisiondetection"; name = "sha1collisiondetection-${version}";
version = "1.0.1"; version = "1.0.3";
name = "${pname}-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cr-marcstevens"; owner = "cr-marcstevens";
repo = pname; repo = "sha1collisiondetection";
rev = "development-v${version}"; rev = "stable-v${version}";
sha256 = "09vd5mgclcdx7yq3kwzxy1z7pbxcp0xljfly7hy4ixahmnn290h6"; sha256 = "0xn31hkkqs0kj9203rzx6w4nr0lq8fnrlm5i76g0px3q4v2dzw1s";
}; };
makeFlags = [ "PREFIX=$(out)" ]; makeFlags = [ "PREFIX=$(out)" ];