Merge pull request #271893 from trofi/gjs-update

gjs: 1.78.0 -> 1.78.1
This commit is contained in:
maxine
2023-12-06 18:00:43 +01:00
committed by GitHub
+2 -2
View File
@@ -31,13 +31,13 @@ let
];
in stdenv.mkDerivation rec {
pname = "gjs";
version = "1.78.0";
version = "1.78.1";
outputs = [ "out" "dev" "installedTests" ];
src = fetchurl {
url = "mirror://gnome/sources/gjs/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-+6og4JF2aIMIAPkpUWiPn8CPASlq/9XNtLNfdQvifck=";
hash = "sha256-fpBRHEKRJ8OerABoxKyaNT335vu8ZG9fGOiWKILBhkE=";
};
patches = [