From ab8ea7ab681273f0cee59d0d70efd7a61649ba10 Mon Sep 17 00:00:00 2001 From: LluĂ­s Batlle i Rossell Date: Sun, 7 Nov 2010 21:27:06 +0000 Subject: Updating pinta to 0.5 svn path=/nixpkgs/trunk/; revision=24615 --- pkgs/applications/graphics/pinta/default.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'pkgs/applications/graphics/pinta') diff --git a/pkgs/applications/graphics/pinta/default.nix b/pkgs/applications/graphics/pinta/default.nix index 801ed7a1b619..12f01adc8300 100644 --- a/pkgs/applications/graphics/pinta/default.nix +++ b/pkgs/applications/graphics/pinta/default.nix @@ -1,12 +1,11 @@ -{stdenv, fetchgit, mono, gtksharp, pkgconfig}: +{stdenv, fetchurl, mono, gtksharp, pkgconfig}: stdenv.mkDerivation { - name = "pinta-0.3"; + name = "pinta-0.5"; - src = fetchgit { - url = http://github.com/jpobst/Pinta.git; - rev = "0.3"; - sha256 = "17fde1187be4cfd50a9acda4ba45584e24d51ff22df5074654bed23f61faf33b"; + src = fetchurl { + url = http://github.com/downloads/jpobst/Pinta/pinta-0.5.tar.gz; + sha256 = "0qv95zswi488bkbck9b9yhmczj1sgqc96nzn4f5rwfqz516kilrl"; }; buildInputs = [mono gtksharp pkgconfig]; -- cgit 1.4.1