pyfa: 2.60.1 -> 2.60.2

This commit is contained in:
R. Ryantm 2024-10-31 05:14:12 +00:00
parent 3a0187e085
commit c783f44b5c

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 = {