summary refs log tree commit diff
path: root/pkgs/tools/admin/simp_le
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-05-09 16:40:19 +0200
committerAlexander Ried <ried@mytum.de>2016-05-10 21:54:21 +0200
commit8335c685436598f56c2caae9f41e7fe9c67e2f1b (patch)
treeec87054656041e30716d94e94ab3ca24dfaf0649 /pkgs/tools/admin/simp_le
parent53643f532a5eeaa19ea9800683c3853b7255d862 (diff)
downloadnixpkgs-8335c685436598f56c2caae9f41e7fe9c67e2f1b.tar
nixpkgs-8335c685436598f56c2caae9f41e7fe9c67e2f1b.tar.gz
nixpkgs-8335c685436598f56c2caae9f41e7fe9c67e2f1b.tar.bz2
nixpkgs-8335c685436598f56c2caae9f41e7fe9c67e2f1b.tar.lz
nixpkgs-8335c685436598f56c2caae9f41e7fe9c67e2f1b.tar.xz
nixpkgs-8335c685436598f56c2caae9f41e7fe9c67e2f1b.tar.zst
nixpkgs-8335c685436598f56c2caae9f41e7fe9c67e2f1b.zip
simp_le: 2016-02-06 -> 2016-04-17
suports acme 0.5
Diffstat (limited to 'pkgs/tools/admin/simp_le')
-rw-r--r--pkgs/tools/admin/simp_le/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/admin/simp_le/default.nix b/pkgs/tools/admin/simp_le/default.nix
index 78ae1953ad7..fdb531736d0 100644
--- a/pkgs/tools/admin/simp_le/default.nix
+++ b/pkgs/tools/admin/simp_le/default.nix
@@ -1,16 +1,16 @@
 { stdenv, fetchFromGitHub, pythonPackages }:
 
 pythonPackages.buildPythonApplication rec {
-  name = "simp_le-2016-02-06";
+  name = "simp_le-2016-04-17";
 
   src = fetchFromGitHub {
     owner = "kuba";
     repo = "simp_le";
-    rev = "8f258bc098a84b7a20c2732536d0740244d814f7";
-    sha256 = "1r2c31bhj91n3cjyf01spx52vkqxi5475zzkc9s1aliy3fs3lc4r";
+    rev = "3a103b76f933f9aef782a47401dd2eff5057a6f7";
+    sha256 = "0x8gqazn09m30bn1l7xnf8snhbb7yz7sb09imciqmm4jqdvn797z";
   };
 
-  propagatedBuildInputs = with pythonPackages; [ acme_0_1 ];
+  propagatedBuildInputs = with pythonPackages; [ acme ];
 
   meta = with stdenv.lib; {
     inherit (src.meta) homepage;