feat(protonhax): use latest release instead of latest git

This commit is contained in:
matt1432 2025-02-11 14:29:23 -05:00
parent e7e04fa569
commit c25978aaa8
6 changed files with 30 additions and 51 deletions
packages

View file

@ -21,9 +21,7 @@
librespot-auth = pkgs.callPackage ./librespot-auth {};
pam-fprint-grosshack = pkgs.callPackage ./pam-fprint-grosshack {
inherit (inputs) pam-fprint-grosshack-src;
};
pam-fprint-grosshack = pkgs.callPackage ./pam-fprint-grosshack {};
piper = pkgs.callPackage ./piper {
inherit (inputs) piper-src;
@ -36,10 +34,7 @@
proton-ge-latest = pkgs.callPackage ./proton-ge-latest {};
protonhax = pkgs.callPackage ./protonhax {
inherit (inputs) protonhax-src;
inherit mkVersion;
};
protonhax = pkgs.callPackage ./protonhax {};
repl = pkgs.callPackage ./repl {};