diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2026-01-17 09:32:07 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-01-18 05:42:56 +0000 |
| commit | f0d5e6ed2a001a38e53162408004f9b10a6068c1 (patch) | |
| tree | 6a23c1af8e1e9b07ecc62e91c873a6becf77607d | |
| parent | 207da30b8b0aef0960e53a2fb3da78f3b6e89772 (diff) | |
pyfa: 2.65.2 -> 2.65.4
(cherry picked from commit 772443df67c7f82de1701710c030c5be13852a41)
| -rw-r--r-- | pkgs/by-name/py/pyfa/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/py/pyfa/package.nix b/pkgs/by-name/py/pyfa/package.nix index fd068e38e525..8cbfa685838f 100644 --- a/pkgs/by-name/py/pyfa/package.nix +++ b/pkgs/by-name/py/pyfa/package.nix @@ -11,7 +11,7 @@ copyDesktopItems, }: let - version = "2.65.2"; + version = "2.65.4"; in python3Packages.buildPythonApplication rec { inherit version; @@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec { owner = "pyfa-org"; repo = "Pyfa"; tag = "v${version}"; - hash = "sha256-W3HQ6x9WXYXCczVj+3MBhEnkoDgJUJ6oZal1N4iDjdg="; + hash = "sha256-dBJmtKZD2MvQjLhz2Jcn/ldAEbo0wllXDItQu5pyrW8="; }; desktopItems = [ |
