lol
0
fork

Configure Feed

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

cmake: 3.3.1 -> 3.3.2

+2 -2
+2 -2
pkgs/development/tools/build-managers/cmake/default.nix
··· 11 11 let 12 12 os = stdenv.lib.optionalString; 13 13 majorVersion = "3.3"; 14 - minorVersion = "1"; 14 + minorVersion = "2"; 15 15 version = "${majorVersion}.${minorVersion}"; 16 16 in 17 17 ··· 22 22 23 23 src = fetchurl { 24 24 url = "${meta.homepage}files/v${majorVersion}/cmake-${version}.tar.gz"; 25 - sha256 = "1mp32dqywk4dfw7zmpgp31axszv7h74yk69g273z21q7d8n04rfd"; 25 + sha256 = "08pwy9ip9cgwgynhn5vrjw8drw29gijy1rmziq22n65zds6ifnp7"; 26 26 }; 27 27 28 28 enableParallelBuilding = true;