gcr: 3.38.1 → 3.40.0

This commit is contained in:
Jan Tojnar 2021-03-30 15:17:15 +00:00
parent 96fc9752af
commit 15a9519512
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -22,11 +22,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gcr"; pname = "gcr";
version = "3.38.1"; version = "3.40.0";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "F/yvnEqTpl+xxyuCZDuxAsEzRAhGh9WIbqZjE4aNnsk="; sha256 = "udNkWl/ZU6VChcxk1PwEZzZGPb1NzCXK9ce1m+0wJ/U=";
}; };
postPatch = '' postPatch = ''