Merge pull request #56757 from dtzWill/update/libsecret-0.18.8

libsecret: 0.18.7 -> 0.18.8
This commit is contained in:
Michael Raskin 2019-03-03 08:42:54 +00:00 committed by GitHub
commit fdfcc4c292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "libsecret";
version = "0.18.7";
version = "0.18.8";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "11ylmcfx6ff7xd1gpi58i2nbma83lz2xg0g2dq23w6snqhgzwrhd";
sha256 = "058x64689k55wxfkdp4svhnwvv8jmqm7z5mrynybl38f4sfqiyiv";
};
postPatch = ''