nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

catch2: 2.13.4 -> 2.13.7

+2 -2
+2 -2
pkgs/development/libraries/catch2/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "catch2"; 5 - version = "2.13.4"; 5 + version = "2.13.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "catchorg"; 9 9 repo = "Catch2"; 10 10 rev = "v${version}"; 11 - sha256="sha256-8tR8MCFYK5XXtJQaIuZ59PJ3h3UYbfXKkaOfcBRt1Xo="; 11 + sha256="sha256-NhZ8Hh7dka7KggEKKZyEbIZahuuTYeCT7cYYSUvkPzI="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];