pixieditor: 2.0.1.18 -> 2.0.1.19 (#478346)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-09 10:05:19 +00:00
committed by GitHub
+2 -2
View File
@@ -44,13 +44,13 @@ let
in
buildDotnetModule (finalAttrs: {
pname = "pixieditor";
version = "2.0.1.18";
version = "2.0.1.19";
src = fetchFromGitHub {
owner = "PixiEditor";
repo = "PixiEditor";
tag = finalAttrs.version;
hash = "sha256-mGgFr7K9/vs7g6yugmw2QR+PG2/itb048Su4AdkzBNc=";
hash = "sha256-gtbgcgTyPmx8wI0XaZ4pC0s7vR7qZBAQonUObQXAQpk=";
fetchSubmodules = true;
};