Skip to content

Commit

Permalink
Revert Merge NixOS#228209: gtest: 1.12.1 -> 1.13.0
Browse files Browse the repository at this point in the history
This reverts commit 3c75a19, reversing
changes made to cfd8765.

Doesn't seem suitable for nixpkgs 23.05 anymore, etc.  See
NixOS#228209 (comment)
  • Loading branch information
vcunat authored and colemickens committed Sep 7, 2023
1 parent 11aaca8 commit 41ae37c
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.13.0";
version = "1.12.1";

outputs = [ "out" "dev" ];

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

patches = [
Expand Down

0 comments on commit 41ae37c

Please sign in to comment.