avalonia: 11.3.3 -> 11.3.4
This commit is contained in:
parent
72f5bfc3b5
commit
8f0368ad08
@ -46,14 +46,14 @@ stdenvNoCC.mkDerivation (
|
|||||||
}
|
}
|
||||||
rec {
|
rec {
|
||||||
pname = "Avalonia";
|
pname = "Avalonia";
|
||||||
version = "11.3.3";
|
version = "11.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "AvaloniaUI";
|
owner = "AvaloniaUI";
|
||||||
repo = "Avalonia";
|
repo = "Avalonia";
|
||||||
tag = version;
|
tag = version;
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
hash = "sha256-+u0VCUqGT6D84GdApkThJB295nHIZInRtPFWr9UOsFk=";
|
hash = "sha256-zEQKflqdM3ZGm6aMk1zlKHHH3efTX0OZ+xRFwlLAu2M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user