librepcb: 0.1.4 -> 0.1.5
This commit is contained in:
parent
c54bb4e98e
commit
3bf8df2877
@ -1,15 +1,15 @@
|
|||||||
{ lib, mkDerivation, fetchFromGitHub, qtbase, qttools, qmake, wrapQtAppsHook }:
|
{ lib, mkDerivation, fetchFromGitHub, qtbase, qttools, qmake, wrapQtAppsHook }:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation rec {
|
||||||
pname = "librepcb";
|
pname = "librepcb";
|
||||||
version = "0.1.4";
|
version = "0.1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "LibrePCB";
|
owner = "LibrePCB";
|
||||||
repo = "LibrePCB";
|
repo = "LibrePCB";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
rev = "ae04eef5a71b5ba66ae2cee6b631c1c933ace535";
|
rev = version;
|
||||||
sha256 = "0wk5qny1jb6n4mwyyrs7syir3hmwxlwazcd80bpxharmsj7p0rzc";
|
sha256 = "0ag8h3id2c1k9ds22rfrvyhf2vjhkv82xnrdrz4n1hnlr9566vcx";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user