3
0
Fork 0
forked from mirrors/nixpkgs

gbenchmark: 1.1.0 -> 1.2.0

This commit is contained in:
Nikolay Amiantov 2017-07-27 15:52:47 +03:00
parent 147d6f7ac3
commit f0ed27264e

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "gbenchmark-${version}";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "google";
repo = "benchmark";
rev = "v${version}";
sha256 = "1y7k73kyxx1jlph23csnhdac76px6ghhwwxbcf0133m4rg0wmpn5";
sha256 = "1gld3zdxgc0c0466qvnsi70h2ksx8qprjrx008rypdhzp6660m48";
};
buildInputs = [ cmake ];