mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
pyfa: 2.60.1 -> 2.60.2
This commit is contained in:
parent
3a0187e085
commit
c783f44b5c
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user