summaryrefslogtreecommitdiffstats
path: root/5pkgs
diff options
context:
space:
mode:
authorlassulus <lass@xerxes.r>2019-09-06 15:37:58 +0200
committerlassulus <lass@xerxes.r>2019-09-06 15:37:58 +0200
commitf03dd3b8df026b9359da55890cdd94814b90ef1d (patch)
tree13c6fd62217cf39f49444c020cfaa8c84b9e4000 /5pkgs
parent914f628aae6f579158f2d3de423db9b208390c2e (diff)
parentc0651061c56b3ca2252eaef5bf8b44fa4ea49c19 (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to '5pkgs')
-rw-r--r--5pkgs/prison-break/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/5pkgs/prison-break/default.nix b/5pkgs/prison-break/default.nix
index 672e0b3a0..affeb8c4d 100644
--- a/5pkgs/prison-break/default.nix
+++ b/5pkgs/prison-break/default.nix
@@ -3,12 +3,12 @@ with pkgs.python3.pkgs;
buildPythonPackage rec {
pname = "prison-break";
- version = "1.2.0";
+ version = "1.3.0";
src = fetchFromGitHub {
owner = "makefu";
repo = pname;
rev = version;
- sha256 = "07wy6f06vj9s131c16gw1xl1jf9gq5xiqia8awfb26s99gxlv7l9";
+ sha256 = "sha256:1kjfwsz6wg5l9pa7484vq64f054qil0ksf6dh9arwspxwnzshgdh";
};
propagatedBuildInputs = [
docopt