Skip to content

Commit c05b3e2

Browse files
authored
cpm-cmake: 0.40.8 -> 0.41.0 (#404153)
2 parents bf4b24f + 301c4a5 commit c05b3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cp/cpm-cmake/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenvNoCC.mkDerivation (finalAttrs: {
88
pname = "cpm-cmake";
9-
version = "0.40.8";
9+
version = "0.41.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "cpm-cmake";
1313
repo = "cpm.cmake";
1414
rev = "v${finalAttrs.version}";
15-
hash = "sha256-7jW8kdymeSSZDuUQkNG6ZP7aeKJKXSLHLQ1kw3o8ijs=";
15+
hash = "sha256-sQHDZD2/BBlBXlPeY094dNkJNw+CF00FBvezYA5zxXg=";
1616
};
1717

1818
postPatch = ''

0 commit comments

Comments
 (0)