librepcb: 0.1.2 -> 0.1.3 (#74786)

This commit is contained in:
Luz 2020-02-09 07:07:31 +01:00 committed by GitHub
parent 1872e69450
commit 0522b3347e

View File

@ -2,14 +2,14 @@
mkDerivation {
pname = "librepcb";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "LibrePCB";
repo = "LibrePCB";
fetchSubmodules = true;
rev = "acdd94d9d2310f79215125b999153e9da88a9376";
sha256 = "1bbl01rp75sl6k1cmch7x90v00lck578xvqmb856s9fx75bdgnv5";
rev = "56bc60d347ff67df0fe1d57807d03f0606de557f";
sha256 = "0z6jn5zawp0x5i9zda7l787jnsv3yl8aqwnpii3g4hsnf2q3hhrh";
};
enableParallelBuilding = true;