gjs: 1.75.2 → 1.75.90

https://gitlab.gnome.org/GNOME/gjs/-/compare/1.75.2...1.75.90

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar
2023-04-06 01:35:10 +02:00
parent 90008d6167
commit ec56e0de06
+2 -2
View File
@@ -31,13 +31,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "gjs";
version = "1.75.2";
version = "1.75.90";
outputs = [ "out" "dev" "installedTests" ];
src = fetchurl {
url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-+iv9G4v3W84PBaRckGFOGL1wgAUzhrIAwB3ve1LoI/M=";
sha256 = "sha256-Yv04Az03T/cU62rjtUWSWbHFN/2CLewdkpRIA6JEX3I=";
};
patches = [