gjs: 1.74.1 → 1.74.2

https://gitlab.gnome.org/GNOME/gjs/-/compare/1.74.1...1.74.2
This commit is contained in:
Jan Tojnar 2023-02-22 19:21:13 +00:00 committed by Bobby Rong
parent c3aaa8fb5e
commit 9b0ec1313b

View File

@ -32,13 +32,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "gjs";
version = "1.74.1";
version = "1.74.2";
outputs = [ "out" "dev" "installedTests" ];
src = fetchurl {
url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-8h+c0zN6ZypEx+ZL+ajYrXfBuIuVKythhMevmx8+9Fk=";
sha256 = "sha256-pAb9ahZSz2bcqyKAYr0Wp19bM3gkjfu74BayEnRKMLY=";
};
patches = [