Skip to content

Commit

Permalink
simp_le: apply patch to update TOS hash
Browse files Browse the repository at this point in the history
Fixes #17455.

Also see kuba/simp_le#114.
  • Loading branch information
fpletz committed Aug 2, 2016
1 parent 9cfcf90 commit e55aa50
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkgs/tools/admin/simp_le/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, pythonPackages }:
{ stdenv, fetchFromGitHub, fetchpatch, pythonPackages }:

pythonPackages.buildPythonApplication rec {
name = "simp_le-2016-04-17";
Expand All @@ -10,6 +10,13 @@ pythonPackages.buildPythonApplication rec {
sha256 = "0x8gqazn09m30bn1l7xnf8snhbb7yz7sb09imciqmm4jqdvn797z";
};

patches = [
(fetchpatch {
url = "https://github.com/kuba/simp_le/commit/4bc788fdd611c4118c3f86b5f546779723aca5a7.patch";
sha256 = "0036p11qn3plydv5s5z6i28r6ihy1ipjl0y8la0izpkiq273byfc";
})
];

propagatedBuildInputs = with pythonPackages; [ acme_0_5_0 ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit e55aa50

Please sign in to comment.