mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
cinepaint: update from 1.0 to 1.1
This commit is contained in:
parent
69bb44994e
commit
6fb71755b8
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
||||||
mesa, libXext, libXpm, libXau, libXxf86vm, pixman, libpthreadstubs, fltk } :
|
mesa, libXext, libXpm, libXau, libXxf86vm, pixman, libpthreadstubs, fltk } :
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cinepaint-1.0";
|
name = "cinepaint-1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/cinepaint/${name}.tgz";
|
url = "mirror://sourceforge/cinepaint/${name}.tgz";
|
||||||
sha256 = "02mbpsykd7sfr9h6c6gxld6i3bdwnsgvm70b5yff01gwi69w2wi7";
|
sha256 = "0b5g4bkq62yiz1cnb2vfij0a8fw5w5z202v5dm4dh89k7cj0yq4w";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libpng gtk freetype fontconfig lcms flex libtiff libjpeg
|
buildInputs = [ libpng gtk freetype fontconfig lcms flex libtiff libjpeg
|
||||||
|
|
Loading…
Reference in a new issue