about summary refs log tree commit diff
path: root/pkgs/development/perl-modules
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-10-13 19:34:34 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-10-13 19:34:34 +0200
commit9e1943edc03c14854295d47001c2b46d7d2472de (patch)
tree3a7b08aa961782c4a8e77837e6532502c891bc5d /pkgs/development/perl-modules
parentaabcf2d8f52c68ad37d72bf80d90608831450af5 (diff)
parentc5a41da563485db7e34475321e22d45941de23d0 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/ham/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/perl-modules/ham/default.nix b/pkgs/development/perl-modules/ham/default.nix
index d1b0d1f18e513..4f6dc5d9ddb78 100644
--- a/pkgs/development/perl-modules/ham/default.nix
+++ b/pkgs/development/perl-modules/ham/default.nix
@@ -2,13 +2,13 @@
 
 buildPerlPackage {
   pname = "ham-unstable";
-  version = "2019-01-22";
+  version = "2020-09-09";
 
   src = fetchFromGitHub {
     owner = "kernkonzept";
     repo = "ham";
-    rev = "37c2e4e8b8bd779ba0f8c48a3c6ba34bad860b92";
-    sha256 = "0h5r5256niskypl4g1j2573wqi0nn0mai5p04zsa06xrgyjqcy2j";
+    rev = "ae2a326f2efcdae0fa7c5bf0ba205b580fc91ecc";
+    sha256 = "0m65pav2830y0ivwsy60dc4w457qlc0nqg43lji1kj2g96hmy2bw";
   };
 
   outputs = [ "out" ];