diff options
author | makefu <github@syntax-fehler.de> | 2021-10-01 20:13:11 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-10-01 20:13:11 +0200 |
commit | 87d479a6cbb556c18d5e2409263baf264d47051a (patch) | |
tree | 75e91e9b4942188632d81a32ee625d5fac5a08a8 /makefu | |
parent | 6c9ba8034592c262aef6b50cd1ed00c51c3bf7a4 (diff) |
ma pkgs.prison-break: 1.3.0 -> 1.5.0
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/5pkgs/prison-break/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/makefu/5pkgs/prison-break/default.nix b/makefu/5pkgs/prison-break/default.nix index affeb8c4d..516af6855 100644 --- a/makefu/5pkgs/prison-break/default.nix +++ b/makefu/5pkgs/prison-break/default.nix @@ -3,17 +3,18 @@ with pkgs.python3.pkgs; buildPythonPackage rec { pname = "prison-break"; - version = "1.3.0"; + version = "1.5.0"; src = fetchFromGitHub { owner = "makefu"; repo = pname; rev = version; - sha256 = "sha256:1kjfwsz6wg5l9pa7484vq64f054qil0ksf6dh9arwspxwnzshgdh"; + sha256 = "sha256:0gk7g5k9hzscsdkddm6978m43f4cdv2nzr47sclhjl7g2x7v97pm"; }; propagatedBuildInputs = [ docopt requests beautifulsoup4 + notify2 (callPackage ./straight-plugin.nix {}) ]; checkInputs = [ black ]; |