summary refs log tree commit diff
path: root/pkgs/tools/misc/parcellite
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2013-12-21 02:02:17 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2013-12-21 02:28:28 +0200
commit7c3b70a2ff17fc06f2fd0a44dc2068b2c467ea53 (patch)
treed0da69cfdadeda39cdc8944472c0df69ad9f0583 /pkgs/tools/misc/parcellite
parent99e9b097f2015db324ae5147a2b6c381d7174ebe (diff)
downloadnixpkgs-7c3b70a2ff17fc06f2fd0a44dc2068b2c467ea53.tar
nixpkgs-7c3b70a2ff17fc06f2fd0a44dc2068b2c467ea53.tar.gz
nixpkgs-7c3b70a2ff17fc06f2fd0a44dc2068b2c467ea53.tar.bz2
nixpkgs-7c3b70a2ff17fc06f2fd0a44dc2068b2c467ea53.tar.lz
nixpkgs-7c3b70a2ff17fc06f2fd0a44dc2068b2c467ea53.tar.xz
nixpkgs-7c3b70a2ff17fc06f2fd0a44dc2068b2c467ea53.tar.zst
nixpkgs-7c3b70a2ff17fc06f2fd0a44dc2068b2c467ea53.zip
parcellite: update from 1.1.6 to 1.1.7
Diffstat (limited to 'pkgs/tools/misc/parcellite')
-rw-r--r--pkgs/tools/misc/parcellite/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/parcellite/default.nix b/pkgs/tools/misc/parcellite/default.nix
index 0eceea4a57e..54697f98414 100644
--- a/pkgs/tools/misc/parcellite/default.nix
+++ b/pkgs/tools/misc/parcellite/default.nix
@@ -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 ];