about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-04-23 12:36:09 +0200
committerRobert Helgesson <robert@rycee.net>2016-04-23 22:11:28 +0200
commit30f1bc1a6496693e866f06cfe72fd3a9980691a5 (patch)
tree44f844963321038fda45f72f09c1ea0a67e22b06 /pkgs/top-level/perl-packages.nix
parent0fc911f029387701c775607cc13b0ccf5b15dc91 (diff)
downloadnixlib-30f1bc1a6496693e866f06cfe72fd3a9980691a5.tar
nixlib-30f1bc1a6496693e866f06cfe72fd3a9980691a5.tar.gz
nixlib-30f1bc1a6496693e866f06cfe72fd3a9980691a5.tar.bz2
nixlib-30f1bc1a6496693e866f06cfe72fd3a9980691a5.tar.lz
nixlib-30f1bc1a6496693e866f06cfe72fd3a9980691a5.tar.xz
nixlib-30f1bc1a6496693e866f06cfe72fd3a9980691a5.tar.zst
nixlib-30f1bc1a6496693e866f06cfe72fd3a9980691a5.zip
perl-Test-Fatal: 0.013 -> 0.014
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-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 ee389880ea9a..ffcc0496118e 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -11852,17 +11852,18 @@ let self = _self // overrides; _self = with self; {
     };
   };
 
-  TestFatal = buildPerlPackage {
-    name = "Test-Fatal-0.013";
+  TestFatal = buildPerlPackage rec {
+    name = "Test-Fatal-0.014";
     src = fetchurl {
-      url = mirror://cpan/authors/id/R/RJ/RJBS/Test-Fatal-0.013.tar.gz;
-      sha256 = "1rrndzkjff3bdlzzdsfsd3fhng142la2m74ihkgv17islkp17yq2";
+      url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
+      sha256 = "bcdcef5c7b2790a187ebca810b0a08221a63256062cfab3c3b98685d91d1cbb0";
     };
     propagatedBuildInputs = [ TryTiny ];
     meta = {
-      homepage = https://github.com/rjbs/test-fatal;
+      homepage = https://github.com/rjbs/Test-Fatal;
       description = "Incredibly simple helpers for testing code with exceptions";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
+      maintainers = [ maintainers.rycee ];
     };
   };