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: afe6e1c4ea1f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e40913eacfc
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 9, 2020

  1. librepcb: 0.1.3 -> 0.1.4

    Luz authored and FRidh committed May 9, 2020
    Copy the full SHA
    5e40913 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/science/electronics/librepcb/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/science/electronics/librepcb/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@

mkDerivation {
pname = "librepcb";
version = "0.1.3";
version = "0.1.4";

src = fetchFromGitHub {
owner = "LibrePCB";
repo = "LibrePCB";
fetchSubmodules = true;
rev = "56bc60d347ff67df0fe1d57807d03f0606de557f";
sha256 = "0z6jn5zawp0x5i9zda7l787jnsv3yl8aqwnpii3g4hsnf2q3hhrh";
rev = "ae04eef5a71b5ba66ae2cee6b631c1c933ace535";
sha256 = "0wk5qny1jb6n4mwyyrs7syir3hmwxlwazcd80bpxharmsj7p0rzc";
};

enableParallelBuilding = true;