librepcb: 0.1.3 -> 0.1.4

gstqt5
Luz 2020-05-03 16:30:06 +02:00 committed by Frederik Rietdijk
parent afe6e1c4ea
commit 5e40913eac
1 changed files with 3 additions and 3 deletions

View File

@ -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;