summary refs log tree commit diff
path: root/pkgs/applications/misc/cura
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2019-12-07 02:58:37 +0100
committerNiklas Hambüchen <mail@nh2.me>2019-12-07 02:58:37 +0100
commit50c8701d513ff0e320aef11c9381ea5e9fc724dc (patch)
tree1b69dde8352c0f752721e8d2b1adccd3c4463d52 /pkgs/applications/misc/cura
parent8360a627fa9c0195e64a56cb2bf453c1adf3ab83 (diff)
downloadnixpkgs-50c8701d513ff0e320aef11c9381ea5e9fc724dc.tar
nixpkgs-50c8701d513ff0e320aef11c9381ea5e9fc724dc.tar.gz
nixpkgs-50c8701d513ff0e320aef11c9381ea5e9fc724dc.tar.bz2
nixpkgs-50c8701d513ff0e320aef11c9381ea5e9fc724dc.tar.lz
nixpkgs-50c8701d513ff0e320aef11c9381ea5e9fc724dc.tar.xz
nixpkgs-50c8701d513ff0e320aef11c9381ea5e9fc724dc.tar.zst
nixpkgs-50c8701d513ff0e320aef11c9381ea5e9fc724dc.zip
cura, python3Packages.libsavitar, python3Packages.libarcus, python3Packages.uranium: 4.3.0 -> 4.4.0
Closes #74134.

Note the `cura.materials` hash is not updated because apparently
its contents stay the same, despite version update.

Implements comment about libarcus from:
https://github.com/NixOS/nixpkgs/pull/69435#issuecomment-535465040
Diffstat (limited to 'pkgs/applications/misc/cura')
-rw-r--r--pkgs/applications/misc/cura/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/cura/default.nix b/pkgs/applications/misc/cura/default.nix
index 702a9c585a3..7187b8c0099 100644
--- a/pkgs/applications/misc/cura/default.nix
+++ b/pkgs/applications/misc/cura/default.nix
@@ -2,13 +2,13 @@
 
 mkDerivation rec {
   pname = "cura";
-  version = "4.3.0";
+  version = "4.4.0";
 
   src = fetchFromGitHub {
     owner = "Ultimaker";
     repo = "Cura";
-    rev = version;
-    sha256 = "1wf60qr0wqsci5skp55qr8h56s3x5s2icxbn58ia9s4a5hhvnsmf";
+    rev = "v${version}";
+    sha256 = "131n36qhdfky584wr3zv73ckjjprwaqb5fih8yln2syf8b7ziwlz";
   };
 
   materials = fetchFromGitHub {