summary refs log tree commit diff
path: root/pkgs/applications/editors/bluefish
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-03-13 23:01:35 +0100
committermimadrid <mimadrid@ucm.es>2017-03-13 23:01:35 +0100
commit61e8c0370d55cd9083e3dac85cf466633758ade0 (patch)
treee8a18a7bcda253cd246b03f04634fc20a79b1eb6 /pkgs/applications/editors/bluefish
parent2839b101f927be5daab7948421de00a6f6c084ae (diff)
downloadnixlib-61e8c0370d55cd9083e3dac85cf466633758ade0.tar
nixlib-61e8c0370d55cd9083e3dac85cf466633758ade0.tar.gz
nixlib-61e8c0370d55cd9083e3dac85cf466633758ade0.tar.bz2
nixlib-61e8c0370d55cd9083e3dac85cf466633758ade0.tar.lz
nixlib-61e8c0370d55cd9083e3dac85cf466633758ade0.tar.xz
nixlib-61e8c0370d55cd9083e3dac85cf466633758ade0.tar.zst
nixlib-61e8c0370d55cd9083e3dac85cf466633758ade0.zip
bluefish: 2.2.9 -> 2.2.10
Diffstat (limited to 'pkgs/applications/editors/bluefish')
-rw-r--r--pkgs/applications/editors/bluefish/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/bluefish/default.nix b/pkgs/applications/editors/bluefish/default.nix
index 59e8076c787b..1c2e3a425782 100644
--- a/pkgs/applications/editors/bluefish/default.nix
+++ b/pkgs/applications/editors/bluefish/default.nix
@@ -3,11 +3,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "bluefish-2.2.9";
+  name = "bluefish-2.2.10";
 
   src = fetchurl {
     url = "mirror://sourceforge/bluefish/${name}.tar.bz2";
-    sha256 = "1l7pg6h485yj84i34jr09y8qzc1yr4ih6w5jdhmnrg156db7nwav";
+    sha256 = "1ciygj79q6i3ga5x1j8aivc05nh6rhhnm7hrq8q8xd9vd4ms3v5g";
   };
 
   nativeBuildInputs = [ intltool pkgconfig wrapGAppsHook ];