cpeditor: 7.0.1 -> 7.0.2 (#506966)

This commit is contained in:
Pol Dellaiera
2026-04-05 20:41:14 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cpeditor";
version = "7.0.1";
version = "7.0.2";
src = fetchFromGitHub {
owner = "cpeditor";
repo = "cpeditor";
tag = finalAttrs.version;
hash = "sha256-t7nn3sO45dOQq5OMWhaseO9XHicQ/1fjukXal5yPMgY";
hash = "sha256-rdGdbMJ3j01RAS/xPZ9zimL0mv8ZW3vYXht6jNFyheI=";
fetchSubmodules = true;
};