Skip to content

Commit

Permalink
gtest: 1.12.1 -> 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourjau committed Apr 25, 2023
1 parent 3f176be commit d74ecec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gtest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

stdenv.mkDerivation rec {
pname = "gtest";
version = "1.12.1";
version = "v1.13.0";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "google";
repo = "googletest";
rev = "release-${version}";
hash = "sha256-W+OxRTVtemt2esw4P7IyGWXOonUN5ZuscjvzqkYvZbM=";
hash = "sha256-6LG2Q9QSQBG6oynBkgdtXBsUra6LXPOZWR6i0dPMdeY=";
};

patches = [
Expand Down

0 comments on commit d74ecec

Please sign in to comment.