We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf4b24f + 301c4a5 commit c05b3e2Copy full SHA for c05b3e2
pkgs/by-name/cp/cpm-cmake/package.nix
@@ -6,13 +6,13 @@
6
7
stdenvNoCC.mkDerivation (finalAttrs: {
8
pname = "cpm-cmake";
9
- version = "0.40.8";
+ version = "0.41.0";
10
11
src = fetchFromGitHub {
12
owner = "cpm-cmake";
13
repo = "cpm.cmake";
14
rev = "v${finalAttrs.version}";
15
- hash = "sha256-7jW8kdymeSSZDuUQkNG6ZP7aeKJKXSLHLQ1kw3o8ijs=";
+ hash = "sha256-sQHDZD2/BBlBXlPeY094dNkJNw+CF00FBvezYA5zxXg=";
16
};
17
18
postPatch = ''
0 commit comments