summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2016-05-15 20:54:24 +0200
committerRobert Helgesson <robert@rycee.net>2016-05-16 12:22:51 +0200
commita6f87481b212f1ff43f68f44edc07723d4e097d4 (patch)
treee7908c85644f6fc89e6ed9d2897c6c026ecca899
parent6801d14485ac136d86eda7dfad92382c746f35f3 (diff)
downloadnixpkgs-a6f87481b212f1ff43f68f44edc07723d4e097d4.tar
nixpkgs-a6f87481b212f1ff43f68f44edc07723d4e097d4.tar.gz
nixpkgs-a6f87481b212f1ff43f68f44edc07723d4e097d4.tar.bz2
nixpkgs-a6f87481b212f1ff43f68f44edc07723d4e097d4.tar.lz
nixpkgs-a6f87481b212f1ff43f68f44edc07723d4e097d4.tar.xz
nixpkgs-a6f87481b212f1ff43f68f44edc07723d4e097d4.tar.zst
nixpkgs-a6f87481b212f1ff43f68f44edc07723d4e097d4.zip
perl-App-Cmd: 0.326 -> 0.330
-rw-r--r--pkgs/top-level/perl-packages.nix14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index a6308c5cdd4..410b43b3ccc 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -215,20 +215,20 @@ let self = _self // overrides; _self = with self; {
     propagatedBuildInputs = [LocaleMaketextSimple];
   };
 
-  AppCmd = buildPerlPackage {
-    name = "App-Cmd-0.326";
+  AppCmd = buildPerlPackage rec {
+    name = "App-Cmd-0.330";
     src = fetchurl {
-      url = mirror://cpan/authors/id/R/RJ/RJBS/App-Cmd-0.326.tar.gz;
-      sha256 = "1z6vp1am170fczc0srj63rdvrdbrjk3acmj6ka5v5n6qim4xsv9b";
+      url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
+      sha256 = "7a7bfd7196f7551a07509b03ea7abddc1fa9aee19a84e3dd5ba939c619cb6011";
     };
     buildInputs = [ TestFatal ];
-    propagatedBuildInputs = [ CaptureTiny ClassLoad DataOptList GetoptLongDescriptive IOTieCombine StringRewritePrefix SubExporter ModulePluggable SubInstall ];
+    propagatedBuildInputs = [ CaptureTiny ClassLoad DataOptList GetoptLongDescriptive IOTieCombine ModulePluggable StringRewritePrefix SubExporter SubInstall ];
     meta = {
-      homepage = https://github.com/rjbs/app-cmd;
+      homepage = https://github.com/rjbs/App-Cmd;
       description = "Write command line apps with less suffering";
       license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
       maintainers = with maintainers; [ ];
-      platforms   = stdenv.lib.platforms.unix;
+      platforms = stdenv.lib.platforms.all;
     };
   };