Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1121c128651
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b61762310d45
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 7, 2020

  1. Copy the full SHA
    b617623 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/codebraid/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/codebraid/default.nix
Original file line number Diff line number Diff line change
@@ -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 ];