about summary refs log tree commit diff
path: root/pkgs/tools/misc/codebraid
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-07-07 18:05:17 +0200
committerJon <jonringer@users.noreply.github.com>2020-07-07 09:33:00 -0700
commitb61762310d4532ae3ccddf7045a09ee231d4d251 (patch)
tree00c39b7fd1bf198c7628b27bf278033f872a4cb1 /pkgs/tools/misc/codebraid
parenta1121c128651b41dcd3b4b232377b6ea2ed1f4c4 (diff)
codebraid: 0.5.0-unstable-2019-12-11 -> 0.5.0-unstable-2020-07-01
Diffstat (limited to 'pkgs/tools/misc/codebraid')
-rw-r--r--pkgs/tools/misc/codebraid/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/codebraid/default.nix b/pkgs/tools/misc/codebraid/default.nix
index bc4a7084cddac..eea5260a989c8 100644
--- a/pkgs/tools/misc/codebraid/default.nix
+++ b/pkgs/tools/misc/codebraid/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "codebraid";
-  version = "0.5.0-unstable-2019-12-11";
+  version = "0.5.0-unstable-2020-07-01";
 
   src = fetchFromGitHub {
     owner = "gpoore";
     repo = pname;
-    rev = "fac1b29";
-    sha256 = "0ldfrkkip7i1fdyz1iydyik3mhm0xv0jvxnl37r7g707dl38vf3h";
+    rev = "c7962587e7f1e619b5dcf9a5e901eb7042520b00";
+    sha256 = "1f31yaiwc33ivjbipym7sggsqwqxn70kgf9dixi8392pk70jzq6p";
   };
 
   propagatedBuildInputs = with python3Packages; [ bespon ];