summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2019-10-07 09:54:40 +0000
committerTor Hedin Brønner <torhedinbronner@gmail.com>2019-10-08 12:08:50 +0200
commitfedc3638dae0e78c2dbe510686a8a3257e7406d5 (patch)
tree2ff41dc72515b1141f27db14cdd1e5fdd502dc8c /pkgs/applications/editors
parent04d5ccc234a709b1147483f597fb9f7af63f44fe (diff)
downloadnixpkgs-fedc3638dae0e78c2dbe510686a8a3257e7406d5.tar
nixpkgs-fedc3638dae0e78c2dbe510686a8a3257e7406d5.tar.gz
nixpkgs-fedc3638dae0e78c2dbe510686a8a3257e7406d5.tar.bz2
nixpkgs-fedc3638dae0e78c2dbe510686a8a3257e7406d5.tar.lz
nixpkgs-fedc3638dae0e78c2dbe510686a8a3257e7406d5.tar.xz
nixpkgs-fedc3638dae0e78c2dbe510686a8a3257e7406d5.tar.zst
nixpkgs-fedc3638dae0e78c2dbe510686a8a3257e7406d5.zip
gnome-builder: 3.34.0 → 3.34.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/gnome-builder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/gnome-builder/default.nix b/pkgs/applications/editors/gnome-builder/default.nix
index a1448764245..82ed8cc1974 100644
--- a/pkgs/applications/editors/gnome-builder/default.nix
+++ b/pkgs/applications/editors/gnome-builder/default.nix
@@ -39,11 +39,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gnome-builder";
-  version = "3.34.0";
+  version = "3.34.1";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "19i2ipgw48fpd50wacwyhj35hajlg7qcyxpj8rsqk4g21ijfykrg";
+    sha256 = "19018pq94cxf6fywd7fsmy98x56by5zfmh140pl530gaaw84cvhb";
   };
 
   nativeBuildInputs = [