about summary refs log tree commit diff
path: root/pkgs/applications/editors/bluefish
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-17 05:01:29 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-18 11:07:33 -0800
commit8e80af2e892997e799072a99776907b5097806c7 (patch)
treedcf57e8585b8c00f46b75ec144db0626390ee702 /pkgs/applications/editors/bluefish
parent37080b5c614dbcc1a20c68b8b7643ca012961de4 (diff)
downloadnixlib-8e80af2e892997e799072a99776907b5097806c7.tar
nixlib-8e80af2e892997e799072a99776907b5097806c7.tar.gz
nixlib-8e80af2e892997e799072a99776907b5097806c7.tar.bz2
nixlib-8e80af2e892997e799072a99776907b5097806c7.tar.lz
nixlib-8e80af2e892997e799072a99776907b5097806c7.tar.xz
nixlib-8e80af2e892997e799072a99776907b5097806c7.tar.zst
nixlib-8e80af2e892997e799072a99776907b5097806c7.zip
bluefish: 2.2.11 -> 2.2.12
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 c7ac671c15bf..48c83b053108 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.11";
+  name = "bluefish-2.2.12";
 
   src = fetchurl {
     url = "mirror://sourceforge/bluefish/${name}.tar.bz2";
-    sha256 = "1zy2ppdg3nq9iy3zgfhnw93bq5zbbhyampf7bk3grpfvq5zqfk25";
+    sha256 = "0slyjx4b4l612505q02crk00pjg9d5wi8gm5gxvcs0f6l9dr1y8d";
   };
 
   nativeBuildInputs = [ intltool pkgconfig wrapGAppsHook ];