Skip to content

Commit

Permalink
Merge pull request NixOS#228209 from cbourjau/update-gtest
Browse files Browse the repository at this point in the history
gtest: 1.12.1 -> 1.13.0
  • Loading branch information
SuperSandro2000 committed May 5, 2023
2 parents cfd8765 + 2bb0f80 commit 3c75a19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "1.13.0";

outputs = [ "out" "dev" ];

src = fetchFromGitHub {
owner = "google";
repo = "googletest";
rev = "release-${version}";
hash = "sha256-W+OxRTVtemt2esw4P7IyGWXOonUN5ZuscjvzqkYvZbM=";
rev = "v${version}";
hash = "sha256-LVLEn+e7c8013pwiLzJiiIObyrlbBHYaioO/SWbItPQ=";
};

patches = [
Expand Down

0 comments on commit 3c75a19

Please sign in to comment.