summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-08-28 23:40:23 +0200
committerRobert Helgesson <robert@rycee.net>2016-08-28 23:41:19 +0200
commit979e4fe0c2860a8c3f7be5f0d29fe6dc0035bc9c (patch)
tree262cb0c99be874c50248c51c3f6481c7186a09bf /pkgs
parenta0ca5d9cbb952dcfad82fca69a1d4925acd9e65c (diff)
downloadnixlib-979e4fe0c2860a8c3f7be5f0d29fe6dc0035bc9c.tar
nixlib-979e4fe0c2860a8c3f7be5f0d29fe6dc0035bc9c.tar.gz
nixlib-979e4fe0c2860a8c3f7be5f0d29fe6dc0035bc9c.tar.bz2
nixlib-979e4fe0c2860a8c3f7be5f0d29fe6dc0035bc9c.tar.lz
nixlib-979e4fe0c2860a8c3f7be5f0d29fe6dc0035bc9c.tar.xz
nixlib-979e4fe0c2860a8c3f7be5f0d29fe6dc0035bc9c.tar.zst
nixlib-979e4fe0c2860a8c3f7be5f0d29fe6dc0035bc9c.zip
perl-Dist-Zilla-Plugin-Test-Pod-LinkCheck: 1.001 -> 1.002
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/perl-packages.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index eb934a57bb3e..86512e10f303 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -4227,15 +4227,16 @@ let self = _self // overrides; _self = with self; {
     };
   };
 
-  DistZillaPluginTestPodLinkCheck = buildPerlPackage {
-    name = "Dist-Zilla-Plugin-Test-Pod-LinkCheck-1.001";
+  DistZillaPluginTestPodLinkCheck = buildPerlPackage rec {
+    name = "Dist-Zilla-Plugin-Test-Pod-LinkCheck-1.002";
     src = fetchurl {
-      url = mirror://cpan/authors/id/R/RW/RWSTAUNER/Dist-Zilla-Plugin-Test-Pod-LinkCheck-1.001.tar.gz;
-      sha256 = "d75682175dff1f79928794ba30ea29389a4666f781a50cba281c25cfd3c95bbd";
+      url = "mirror://cpan/authors/id/R/RW/RWSTAUNER/${name}.tar.gz";
+      sha256 = "26f3b257d5037aeec8335910cfdaf76fc8612f38f5d3134f46cd433e116947b0";
     };
+#    buildInputs = [ ModuleBuild ];
     propagatedBuildInputs = [ DistZilla Moose TestPodLinkCheck ];
     meta = {
-      homepage = http://github.com/rwstauner/Dist-Zilla-Plugin-Test-Pod-LinkCheck;
+      homepage = https://github.com/rwstauner/Dist-Zilla-Plugin-Test-Pod-LinkCheck;
       description = "Add release tests for POD links";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
     };