gcr_4: 4.2.1 → 4.3.0

https://gitlab.gnome.org/GNOME/gcr/-/compare/4.2.1...4.3.0
This commit is contained in:
Maxine Aubrey 2024-04-12 18:14:34 +02:00
parent 01ce4b5c34
commit 9fc97649a6
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.2.1";
version = "4.3.0";
outputs = [ "out" "bin" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
hash = "sha256-7Xg7XIA3PNBYwC6p4+KmTlWFmcoZClq9WYEi5HmWfeU=";
hash = "sha256-w+6HKOQ2SwOX9DX6IPkvkBqxOdKyZPTgWdZ7PA9DzTY=";
};
nativeBuildInputs = [