anilibria-winmaclinux: 2.2.19 -> 2.2.20 (#347425)

This commit is contained in:
Nick Cao 2024-10-09 10:27:25 -04:00 committed by GitHub
commit a32dc241f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
mkDerivation rec {
pname = "anilibria-winmaclinux";
version = "2.2.19";
version = "2.2.20";
src = fetchFromGitHub {
owner = "anilibria";
repo = "anilibria-winmaclinux";
rev = version;
hash = "sha256-f4AlTfLTn0GvBj3ztpkNPc6BDlLsEtz/yE5F2WfjU8U=";
hash = "sha256-Tdrs8WFv3ZoDL3U34l+NQp+oVJ6qxlVFg4YfwBSYlVg=";
};
sourceRoot = "${src.name}/src";