tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cura: 4.12.1 -> 4.13.1
Sebastian Sellmeier
3 years ago
4549f693
236cc297
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
cura
default.nix
+4
-4
pkgs/applications/misc/cura/default.nix
···
3
4
mkDerivation rec {
5
pname = "cura";
6
-
version = "4.12.1";
7
8
src = fetchFromGitHub {
9
owner = "Ultimaker";
10
repo = "Cura";
11
rev = version;
12
-
sha256 = "sha256-QvX9o1nrYmY6zzPcxl+xD6JTMdphzT/is1SMYrISu4o=";
13
};
14
15
materials = fetchFromGitHub {
16
owner = "Ultimaker";
17
repo = "fdm_materials";
18
-
rev = version;
19
-
sha256 = "0ykf14j4yx4cf12qw0d4bff9ixrx96m6wxqvi83sn721y7dsd2rs";
20
};
21
22
buildInputs = [ qtbase qtquickcontrols2 qtgraphicaleffects ];
···
3
4
mkDerivation rec {
5
pname = "cura";
6
+
version = "4.13.1";
7
8
src = fetchFromGitHub {
9
owner = "Ultimaker";
10
repo = "Cura";
11
rev = version;
12
+
sha256 = "sha256-R88SdAxx3tkQCDInrFTKad1tPSDTSYaVAPUVmdk94Xk=";
13
};
14
15
materials = fetchFromGitHub {
16
owner = "Ultimaker";
17
repo = "fdm_materials";
18
+
rev = "4.13.2";
19
+
sha256 = "sha256-7y4OcbeQHv+loJ4cMgPU0e818Zsv90EwARdztNWS8zM=";
20
};
21
22
buildInputs = [ qtbase qtquickcontrols2 qtgraphicaleffects ];