gcr: 3.36.0 → 3.38.0

This commit is contained in:
Jan Tojnar 2020-10-24 03:27:59 +00:00
parent bfd818e711
commit dd39a88951
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 2 additions and 2 deletions

View File

@ -22,11 +22,11 @@
stdenv.mkDerivation rec {
pname = "gcr";
version = "3.36.0";
version = "3.38.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "00b6bzpr8rj8mvj66r2273r417wg2y21m6n88mhkq9m22z8bxyda";
sha256 = "1q97pba4bzjndm1vlvicyv8mrl0n589qsw71dp8jrz2payvcfk56";
};
postPatch = ''