0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

cpm-cmake: 0.41.0 -> 0.42.0

This commit is contained in:
R. Ryantm 2025-05-18 20:24:33 +00:00
parent 464167831a
commit 48519415ce

View file

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation (finalAttrs: { stdenvNoCC.mkDerivation (finalAttrs: {
pname = "cpm-cmake"; pname = "cpm-cmake";
version = "0.41.0"; version = "0.42.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cpm-cmake"; owner = "cpm-cmake";
repo = "cpm.cmake"; repo = "cpm.cmake";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-sQHDZD2/BBlBXlPeY094dNkJNw+CF00FBvezYA5zxXg="; hash = "sha256-IA13qA/b+owlrqbVAkhd4rS98/XB5RNONiJaPwjDm+A=";
}; };
postPatch = '' postPatch = ''