CuboCore.corepdf: 5.0.0 -> 5.0.1

This commit is contained in:
R. Ryantm
2026-05-06 00:37:59 +00:00
parent ae66612cd4
commit 068f4aee65
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "corepdf";
version = "5.0.0";
version = "5.0.1";
src = fetchFromGitLab {
owner = "cubocore/coreapps";
repo = "corepdf";
tag = "v${finalAttrs.version}";
hash = "sha256-fhEuMk15yCA6IUasD9rJPR8sB+h0tz8niOQtXFIe7Uc=";
hash = "sha256-6VLjOf/VZpBH8kIvdvObiyu10yiTYk26eKHFKIUMwN8=";
};
nativeBuildInputs = [