about summary refs log tree commit diff
path: root/pkgs/tools/misc/codebraid
diff options
context:
space:
mode:
authorPatrick Hilhorst <git@hilhorst.be>2020-11-10 23:13:39 +0100
committerPatrick Hilhorst <git@hilhorst.be>2020-11-10 23:13:39 +0100
commit999abcfc07286f9d2f88fbe31954df5cfd98db87 (patch)
tree6405560b3e6b392a83a163017519761be9294886 /pkgs/tools/misc/codebraid
parentcdbc633771ff46d4d985272aaeb5334342becaf2 (diff)
codebraid: 0.5.0-unstable-2020-07-01 -> 0.5.0-unstable-2020-08-14
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 eea5260a989c8..79ed7dd01fca5 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-2020-07-01";
+  version = "0.5.0-unstable-2020-08-14";
 
   src = fetchFromGitHub {
     owner = "gpoore";
     repo = pname;
-    rev = "c7962587e7f1e619b5dcf9a5e901eb7042520b00";
-    sha256 = "1f31yaiwc33ivjbipym7sggsqwqxn70kgf9dixi8392pk70jzq6p";
+    rev = "526a223c4fc32c37d6c5c9133524dfa0e1811ca4";
+    sha256 = "0qkqaj49k584qzgx9jlsf5vlv4lq7x403s1kig8v87i0kgh55p56";
   };
 
   propagatedBuildInputs = with python3Packages; [ bespon ];