about summary refs log tree commit diff
path: root/pkgs/development/libraries/gjs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-10 04:21:27 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-10 11:40:45 -0800
commit5a6ce079162556438e16762b0db287cc0c38322d (patch)
tree6c3eca6d6e775d85b6c361dddf72d83f63d0d213 /pkgs/development/libraries/gjs
parent94dccda23f68a1b83735d1b2b342de0b47be661b (diff)
gjs: 1.70.0 -> 1.70.1
Diffstat (limited to 'pkgs/development/libraries/gjs')
-rw-r--r--pkgs/development/libraries/gjs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gjs/default.nix b/pkgs/development/libraries/gjs/default.nix
index 29eb1b9482470..07c97ea6e0d67 100644
--- a/pkgs/development/libraries/gjs/default.nix
+++ b/pkgs/development/libraries/gjs/default.nix
@@ -30,13 +30,13 @@ let
   ];
 in stdenv.mkDerivation rec {
   pname = "gjs";
-  version = "1.70.0";
+  version = "1.70.1";
 
   outputs = [ "out" "dev" "installedTests" ];
 
   src = fetchurl {
     url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-SwYpNBoxigI3ThE6uX+anzMlQjJp/B4LBDpf+wGGHF8=";
+    sha256 = "sha256-u9wO7HzyX7xTR2n2ofssehjhe4ce/bDKWOmr8IsoAD8=";
   };
 
   patches = [