1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

curaengine: 4.5.0 -> 4.6.1

This commit is contained in:
R. RyanTM 2020-05-04 17:02:54 +00:00 committed by Jon
parent 5ed0514b4f
commit 0a736d883b

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "curaengine";
version = "4.5.0";
version = "4.6.1";
src = fetchFromGitHub {
owner = "Ultimaker";
repo = "CuraEngine";
rev = version;
sha256 = "1gml8f6yqmghgncl1zggs7h2hdh05wf68jw9npg0gh7n9l7yzkk4";
sha256 = "1fr151hmdg2lhk9pbpan1hb1pafj784nijr4pz646ljmjh12vfk2";
};
nativeBuildInputs = [ cmake ];