curaengine: 15.04 -> 15.04.6

This commit is contained in:
Nikolay Amiantov 2016-09-02 12:24:27 +03:00
parent e3a6e9ec04
commit 084ff113e9

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
let let
version = "15.04"; version = "15.04.6";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "curaengine-${version}"; name = "curaengine-${version}";
src = fetchurl { src = fetchurl {
url = "https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz"; url = "https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz";
sha256 = "0rgrsyi7951fsv3lzprlzrg55jf6pbdjfql85dylwmg9nc4y8xym"; sha256 = "1cd4dikzvqyj5g80rqwymvh4nwm76vsf78clb37kj6q0fig3qbjg";
}; };
postPatch = '' postPatch = ''