mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
cura: update from 14.12.1 to 15.02.1
This commit is contained in:
parent
3adcc60770
commit
77362488d7
@ -1,14 +1,14 @@
|
|||||||
{ stdenv, python27Packages, curaengine, makeDesktopItem, fetchurl }:
|
{ stdenv, python27Packages, curaengine, makeDesktopItem, fetchurl }:
|
||||||
let
|
let
|
||||||
py = python27Packages;
|
py = python27Packages;
|
||||||
version = "14.12.1";
|
version = "15.02.1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cura-${version}";
|
name = "cura-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/daid/Cura/archive/${version}.tar.gz";
|
url = "https://github.com/daid/Cura/archive/${version}.tar.gz";
|
||||||
sha256 = "1sybsa84qznlzcgn18p70gh1v60npwfca5yn80h35msxrnh8gbp5";
|
sha256 = "18pb31vd9786q522i1i780wpzr6vih9gg9d8k508gh2d5yr4aal6";
|
||||||
};
|
};
|
||||||
|
|
||||||
desktopItem = makeDesktopItem {
|
desktopItem = makeDesktopItem {
|
||||||
|
Loading…
Reference in New Issue
Block a user