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: b791b1cd5932
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b31d1b436a4d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 10, 2020

  1. Copy the full SHA
    999abcf View commit details

Commits on Nov 24, 2020

  1. Merge pull request #103353 from Synthetica9/codebraid-2020-08-14

    codebraid: 0.5.0-unstable-2020-07-01 -> 0.5.0-unstable-2020-08-14
    SuperSandro2000 authored Nov 24, 2020
    Copy the full SHA
    b31d1b4 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-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 ];