summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core
diff options
context:
space:
mode:
authorTor Hedin Brønner <torhedinbronner@gmail.com>2019-10-07 09:44:50 +0000
committerTor Hedin Brønner <torhedinbronner@gmail.com>2019-10-08 12:08:49 +0200
commit96e9af3fe48bccae32cfc3e737236a0dbe0fc533 (patch)
treeb31ba850b044a0b9a7f2da888bb037472b430c3e /pkgs/desktops/gnome-3/core
parenta1a83834a660fe50daaf60d86a535f4407e0e329 (diff)
downloadnixpkgs-96e9af3fe48bccae32cfc3e737236a0dbe0fc533.tar
nixpkgs-96e9af3fe48bccae32cfc3e737236a0dbe0fc533.tar.gz
nixpkgs-96e9af3fe48bccae32cfc3e737236a0dbe0fc533.tar.bz2
nixpkgs-96e9af3fe48bccae32cfc3e737236a0dbe0fc533.tar.lz
nixpkgs-96e9af3fe48bccae32cfc3e737236a0dbe0fc533.tar.xz
nixpkgs-96e9af3fe48bccae32cfc3e737236a0dbe0fc533.tar.zst
nixpkgs-96e9af3fe48bccae32cfc3e737236a0dbe0fc533.zip
gnome3.gjs: 1.58.0 → 1.58.1
Diffstat (limited to 'pkgs/desktops/gnome-3/core')
-rw-r--r--pkgs/desktops/gnome-3/core/gjs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome-3/core/gjs/default.nix b/pkgs/desktops/gnome-3/core/gjs/default.nix
index a7b8e18d73a..b0c1e2d3077 100644
--- a/pkgs/desktops/gnome-3/core/gjs/default.nix
+++ b/pkgs/desktops/gnome-3/core/gjs/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gjs";
-  version = "1.58.0";
+  version = "1.58.1";
 
   src = fetchurl {
     url = "mirror://gnome/sources/gjs/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "1wvywpng27y0264pq9anxdi1xy280x6mcnbgiggn804pql4nml8y";
+    sha256 = "1xf68rbagkflb9yi3visfw8cbxqlzd717y8jakgw0y6whzm1dpxl";
   };
 
   passthru = {