cpeditor: 6.11.1 -> 6.11.2

This commit is contained in:
R. Ryantm 2024-02-17 06:17:44 +00:00
parent 571716ebca
commit e15d47a93c

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "cpeditor";
version = "6.11.1";
version = "6.11.2";
src = fetchFromGitHub {
owner = "cpeditor";
repo = "cpeditor";
rev = version;
sha256 = "sha256-Uwo7ZE+9yrHV/+D6rvfew2d3ZJbpFOjgek38iYkPppw=";
sha256 = "sha256-zotbXzRjIwZdYluJiz6GWUIOXl/wz1TWt+dcTwMhURo=";
fetchSubmodules = true;
};