avalonia: 11.3.3 -> 11.3.4

This commit is contained in:
R. Ryantm 2025-08-19 00:30:47 +00:00
parent 72f5bfc3b5
commit 8f0368ad08

View File

@ -46,14 +46,14 @@ stdenvNoCC.mkDerivation (
}
rec {
pname = "Avalonia";
version = "11.3.3";
version = "11.3.4";
src = fetchFromGitHub {
owner = "AvaloniaUI";
repo = "Avalonia";
tag = version;
fetchSubmodules = true;
hash = "sha256-+u0VCUqGT6D84GdApkThJB295nHIZInRtPFWr9UOsFk=";
hash = "sha256-zEQKflqdM3ZGm6aMk1zlKHHH3efTX0OZ+xRFwlLAu2M=";
};
patches = [