pixieditor: 2.1.1.4 -> 2.1.1.5 (#526862)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-13 20:56:52 +00:00
committed by GitHub
+2 -2
View File
@@ -46,13 +46,13 @@ let
in
buildDotnetModule (finalAttrs: {
pname = "pixieditor";
version = "2.1.1.4";
version = "2.1.1.5";
src = fetchFromGitHub {
owner = "PixiEditor";
repo = "PixiEditor";
tag = finalAttrs.version;
hash = "sha256-veTW5JkjGIgviYpnwSJca8uTATf/bq7hTgj7OrNL8m4=";
hash = "sha256-XtDcAnMgNc4Su2hj5OV2SP+LFIAMSfH8h2LLw+VbHok=";
fetchSubmodules = true;
};