Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
Daholli committed Jul 26, 2024
1 parent eea3484 commit 1bd3f90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/py/pyfa/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}:
let
pname = "pyfa";
version = "v2.58.3";
version = "2.59.2";
src = fetchurl {
url = "https://github.com/pyfa-org/Pyfa/releases/download/${version}/pyfa-${version}-linux.AppImage";
url = "https://github.com/pyfa-org/Pyfa/releases/download/v${version}/pyfa-v${version}-linux.AppImage";
name = "pyfa-${version}";
sha256 = "opzZSiVWfJv//KONocL9byZKqX/hWkPU+ssdceUDXh0=";
sha256 = "sha256-XCLW5K6CoYZwvBXmet5rzNGL9IXdL20RUiv7G1PsqnI=";
};
appimageContents = appimageTools.extractType1 { inherit pname version src; };
in
Expand Down

0 comments on commit 1bd3f90

Please sign in to comment.