mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
b2sum: Update to master
This commit is contained in:
parent
74732ec298
commit
121c264c7b
@ -1,12 +1,13 @@
|
||||
{ stdenv, fetchurl, openmp }:
|
||||
{ stdenv, fetchurl, openmp ? null }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "20160619";
|
||||
version = "unstable-2018-06-11";
|
||||
rev = "320c325437539ae91091ce62efec1913cd8093c2";
|
||||
name = "b2sum-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/BLAKE2/BLAKE2/archive/${version}.tar.gz";
|
||||
sha256 = "0csnlp6kwlyla5s4r6bsrx2jgcwrm9qzisnvfdhmqsz5r8y87b6b";
|
||||
url = "https://github.com/BLAKE2/BLAKE2/archive/${rev}.tar.gz";
|
||||
sha256 = "19f07dwli9ymlc87ikn84j4h5fv57afwj9ni7s0jkaym5l0q6nqw";
|
||||
};
|
||||
postUnpack = "sourceRoot=$sourceRoot/b2sum";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user