gjs: 1.75.90 → 1.76.0

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

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
Bobby Rong 2023-03-19 09:44:16 +00:00 committed by Jan Tojnar
parent e428d39af9
commit 30885bf1dc

View file

@ -31,13 +31,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "gjs";
version = "1.75.90";
version = "1.76.0";
outputs = [ "out" "dev" "installedTests" ];
src = fetchurl {
url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-Yv04Az03T/cU62rjtUWSWbHFN/2CLewdkpRIA6JEX3I=";
sha256 = "sha256-pj8VaWSxNgU+q1HqATEU59fBk7dRjSjAQLawLDyTOm0=";
};
patches = [