parcellite: update from 1.1.6 to 1.1.7

This commit is contained in:
Nixpkgs Monitor 2013-12-21 02:02:17 +02:00 committed by Evgeny Egorochkin
parent 99e9b097f2
commit 7c3b70a2ff

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, intltool, gtk2 }:
stdenv.mkDerivation rec {
name = "parcellite-1.1.6";
name = "parcellite-1.1.7";
src = fetchurl {
url = "mirror://sourceforge/parcellite/${name}.tar.gz";
sha256 = "0nz951ykj162mfbcn3w9zk525ww6qcqn5yqdx13nx70fnn6rappi";
sha256 = "0pszw3yd4a08p6jsz7asayr7jir08bxbwvfb16k01cj7ya4kf3w7";
};
buildInputs = [ pkgconfig intltool gtk2 ];