mcpp: 2.7.2.1 -> 2.7.2.2 (#416962)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-27 08:50:06 +02:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mcpp";
version = "2.7.2.1";
version = "2.7.2.2";
src = fetchFromGitHub {
owner = "museoa";
repo = "mcpp";
rev = finalAttrs.version;
hash = "sha256-T4feegblOeG+NU+c+PAobf8HT8KDSfcINkRAa1hNpkY=";
hash = "sha256-wz225bhBF0lFerOAhl8Rwmw8ItHd9BXQceweD9BqvEQ=";
};
env = lib.optionalAttrs stdenv.cc.isGNU {