Skip to content

Commit

Permalink
Merge pull request #48685 from dtzWill/update/range-v3
Browse files Browse the repository at this point in the history
range-v3: 0.3.7 -> 0.4.0
  • Loading branch information
dtzWill authored Oct 19, 2018
2 parents ca67b33 + 168ccb3 commit 889a654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/range-v3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "range-v3-${version}";
version = "0.3.7";
version = "0.4.0";

src = fetchFromGitHub {
owner = "ericniebler";
repo = "range-v3";
rev = version;
sha256 = "1zhsz1i4jy97idydg7ay3wazp7v2353vckkli5w9g51jka43h5x2";
sha256 = "1s5gj799aa94nfg3r24whq7ck69g0zypf70w14wx64pgwg0424vf";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 889a654

Please sign in to comment.