Merge pull request #289461 from r-ryantm/auto-update/cpeditor

cpeditor: 6.11.1 -> 6.11.2
This commit is contained in:
OTABI Tomoya
2024-02-19 23:13:44 +09:00
committed by GitHub
@@ -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;
};