ponyc: update google benchmark dep

This commit is contained in:
happysalada 2023-05-22 11:22:28 -04:00 committed by Yt
parent 9589368900
commit bcacb9f404

View file

@ -1,8 +1,6 @@
{ lib { lib
, stdenv , stdenv
, fetchFromGitHub , fetchFromGitHub
, callPackage
, cc ? stdenv.cc
, cmake , cmake
, coreutils , coreutils
, libxml2 , libxml2
@ -32,8 +30,8 @@ stdenv.mkDerivation (rec {
ponygbenchmark = fetchFromGitHub { ponygbenchmark = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "benchmark"; repo = "benchmark";
rev = "v1.7.1"; rev = "v1.8.0";
hash = "sha256-gg3g/0Ki29FnGqKv9lDTs5oA9NjH23qQ+hTdVtSU+zo="; hash = "sha256-pUW9YVaujs/y00/SiPqDgK4wvVsaM7QUp/65k0t7Yr0=";
}; };
nativeBuildInputs = [ cmake makeWrapper which python3 ]; nativeBuildInputs = [ cmake makeWrapper which python3 ];