File tree Expand file tree Collapse file tree
pkgs/development/libraries/range-v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33stdenv . mkDerivation rec {
44 pname = "range-v3" ;
5- version = "0.10 .0" ;
5+ version = "0.11 .0" ;
66
77 src = fetchFromGitHub {
88 owner = "ericniebler" ;
99 repo = "range-v3" ;
1010 rev = version ;
11- sha256 = "1h9h5j7pdi0afpip9ncq76h1xjhvb8bnm585q17afz2l4fydy8qj " ;
11+ sha256 = "18230bg4rq9pmm5f8f65j444jpq56rld4fhmpham8q3vr1c1bdjh " ;
1212 } ;
1313
1414 nativeBuildInputs = [ cmake ] ;
@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
2525 meta = with stdenv . lib ; {
2626 description = "Experimental range library for C++11/14/17" ;
2727 homepage = "https://github.com/ericniebler/range-v3" ;
28+ changelog = "https://github.com/ericniebler/range-v3/releases/tag/${ version } " ;
2829 license = licenses . boost ;
2930 platforms = platforms . all ;
3031 maintainers = with maintainers ; [ primeos xwvvvvwx ] ;
You can’t perform that action at this time.
0 commit comments