pyfa: 2.60.1 -> 2.60.2 (#352537)

This commit is contained in:
Aleksana
2024-10-31 17:36:41 +08:00
committed by GitHub
+2 -2
View File
@@ -4,7 +4,7 @@
fetchurl,
}:
let
version = "2.60.1";
version = "2.60.2";
in
appimageTools.wrapType2 {
inherit version;
@@ -13,7 +13,7 @@ appimageTools.wrapType2 {
src = fetchurl {
name = "pyfa-appimage-${version}";
url = "https://github.com/pyfa-org/Pyfa/releases/download/v${version}/pyfa-v${version}-linux.AppImage";
hash = "sha256-+nyIG6pweIgC6ZiWJaO4E2Fp0/zP+DhQrUWzHnIBQXk=";
hash = "sha256-6doetQ6E1Occ/SqewfxRqPEX1MnUuFomm+8VmetIz4Y=";
};
meta = {