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

Configure Feed

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

Merge pull request #75364 from primeos/range-v3

range-v3: 0.9.1 -> 0.10.0

authored by

Michael Weiss and committed by
GitHub
cffab6c9 ce235823

+2 -2
+2 -2
pkgs/development/libraries/range-v3/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "range-v3"; 5 - version = "0.9.1"; 5 + version = "0.10.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ericniebler"; 9 9 repo = "range-v3"; 10 10 rev = version; 11 - sha256 = "0qga2fnfrlrzrvnnk1z1plpmvcr8b4c75g5xz0jv0sav0kmq5zwn"; 11 + sha256 = "1h9h5j7pdi0afpip9ncq76h1xjhvb8bnm585q17afz2l4fydy8qj"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];