python.pkgs.libarcus: 2.6.1 -> 3.0.3
This commit is contained in:
parent
5ba9411d02
commit
6c5184fff7
@ -7,13 +7,13 @@ else
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libarcus";
|
pname = "libarcus";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "2.6.1";
|
version = "3.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Ultimaker";
|
owner = "Ultimaker";
|
||||||
repo = "libArcus";
|
repo = "libArcus";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1arh0gkwcjv0j3arh1w04gbwkn5glrs7gbli0b1ak7dalnicmn7c";
|
sha256 = "05dpd6nx32nws0ghsm365wlsb8hg2s3v9fqcmdk11biwfhnr6rjw";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ sip protobuf ];
|
propagatedBuildInputs = [ sip protobuf ];
|
||||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Communication library between internal components for Ultimaker software";
|
description = "Communication library between internal components for Ultimaker software";
|
||||||
homepage = https://github.com/Ultimaker/libArcus;
|
homepage = "https://github.com/Ultimaker/libArcus";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user