libarcus: 3.2.1 -> 3.3.0
This commit is contained in:
parent
163c83e901
commit
8ec26d8e5c
|
@ -7,7 +7,7 @@ else
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libarcus";
|
pname = "libarcus";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "3.2.1";
|
version = "3.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Ultimaker";
|
owner = "Ultimaker";
|
||||||
|
@ -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…
Reference in New Issue