Unverified Commit 22a1314f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #271465 from TomaSajt/lanraragi

lanraragi: remove dependency version patch
parents 899413b0 2c26073e
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
diff --git a/tools/cpanfile b/tools/cpanfile
index 7385aea7..22f9b069 100755
--- a/tools/cpanfile
+++ b/tools/cpanfile
@@ -20,7 +20,7 @@ requires 'Sort::Naturally',     1.03;
 requires 'Authen::Passphrase',  0.008;
 requires 'File::ReadBackwards', 1.05;
 requires 'URI::Escape',         1.74;
-requires 'URI',                 5.09;
+requires 'URI',                 5.05;
 
 # Used by Installer
 requires 'IPC::Cmd', 1.02;
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ buildNpmPackage rec {
      hash = "sha256-Cu9d/dDlO0yuFCTKOyg5A0gIuiA+FcWD9PjexB/BK0U=";
    })
    ./install.patch
    ./loosen-dep-reqs.patch # Can be removed once perl.pkgs.URI is updated
    ./fix-paths.patch
    ./expose-password-hashing.patch # Used by the NixOS module
  ];