summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-05-11 11:34:15 +0200
committermakefu <github@syntax-fehler.de>2019-05-11 11:34:15 +0200
commitb65e9c07628aab89478ca634ae682ea7d07d338c (patch)
treeeb93aae2d3b0ae935e7173384b718df3dcdd544f /krebs
parent8f87254a2aa47630bc711c34a6322a974c6c040f (diff)
pkgs.prison-break: 1.0.1 -> 1.2.0
Diffstat (limited to 'krebs')
-rw-r--r--krebs/5pkgs/simple/prison-break/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/simple/prison-break/default.nix b/krebs/5pkgs/simple/prison-break/default.nix
index 8c7fc65c..672e0b3a 100644
--- a/krebs/5pkgs/simple/prison-break/default.nix
+++ b/krebs/5pkgs/simple/prison-break/default.nix
@@ -3,12 +3,12 @@ with pkgs.python3.pkgs;
buildPythonPackage rec {
pname = "prison-break";
- version = "1.0.1";
+ version = "1.2.0";
src = fetchFromGitHub {
owner = "makefu";
repo = pname;
rev = version;
- sha256 = "1q9bw1hbz0cayclixplyc85kaq05mg6n2zz8mbydljvknidd4p6a";
+ sha256 = "07wy6f06vj9s131c16gw1xl1jf9gq5xiqia8awfb26s99gxlv7l9";
};
propagatedBuildInputs = [
docopt