libarcus: 3.0.3 -> 3.2.1
This commit is contained in:
parent
08f8ad26b3
commit
0a02b55b5c
@ -7,13 +7,13 @@ else
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libarcus";
|
pname = "libarcus";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "3.0.3";
|
version = "3.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Ultimaker";
|
owner = "Ultimaker";
|
||||||
repo = "libArcus";
|
repo = "libArcus";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "05dpd6nx32nws0ghsm365wlsb8hg2s3v9fqcmdk11biwfhnr6rjw";
|
sha256 = "0mln8myvfl7rq2p4g1vadvlykckd8490jijag4xa5hhj3w3p19bk";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ sip protobuf ];
|
propagatedBuildInputs = [ sip protobuf ];
|
||||||
|
Loading…
Reference in New Issue
Block a user