gcr_4: 4.1.0 → 4.2.1

https://gitlab.gnome.org/GNOME/gcr/-/compare/4.1.0...4.2.1

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-02-15 22:06:56 +01:00
parent 9c3661e703
commit 47d9ca61ef
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7

View file

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "gcr";
version = "4.1.0";
version = "4.2.1";
outputs = [ "out" "bin" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "nOqtKShLqRm5IW4oiMGOxnJAwsk7OkhWvFSIu8Hzo4M=";
hash = "sha256-7Xg7XIA3PNBYwC6p4+KmTlWFmcoZClq9WYEi5HmWfeU=";
};
nativeBuildInputs = [