pixieditor: 2.1.1.4 -> 2.1.1.5

This commit is contained in:
leiserfg
2026-06-01 22:57:31 +02:00
parent 1be6da5a2c
commit c9dcebf451
+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;
};