Merge pull request #271465 from TomaSajt/lanraragi

lanraragi: remove dependency version patch

authored by Nick Cao and committed by GitHub 22a1314f 899413b0

-14
-13
pkgs/by-name/la/lanraragi/loosen-dep-reqs.patch
··· 1 - diff --git a/tools/cpanfile b/tools/cpanfile 2 - index 7385aea7..22f9b069 100755 3 - --- a/tools/cpanfile 4 - +++ b/tools/cpanfile 5 - @@ -20,7 +20,7 @@ requires 'Sort::Naturally', 1.03; 6 - requires 'Authen::Passphrase', 0.008; 7 - requires 'File::ReadBackwards', 1.05; 8 - requires 'URI::Escape', 1.74; 9 - -requires 'URI', 5.09; 10 - +requires 'URI', 5.05; 11 - 12 - # Used by Installer 13 - requires 'IPC::Cmd', 1.02;
···
-1
pkgs/by-name/la/lanraragi/package.nix
··· 32 hash = "sha256-Cu9d/dDlO0yuFCTKOyg5A0gIuiA+FcWD9PjexB/BK0U="; 33 }) 34 ./install.patch 35 - ./loosen-dep-reqs.patch # Can be removed once perl.pkgs.URI is updated 36 ./fix-paths.patch 37 ./expose-password-hashing.patch # Used by the NixOS module 38 ];
··· 32 hash = "sha256-Cu9d/dDlO0yuFCTKOyg5A0gIuiA+FcWD9PjexB/BK0U="; 33 }) 34 ./install.patch 35 ./fix-paths.patch 36 ./expose-password-hashing.patch # Used by the NixOS module 37 ];