libsecret: 0.18 -> 0.18.5
This commit is contained in:
parent
7386619538
commit
57b5c22feb
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
{ stdenv, fetchurl, glib, pkgconfig, intltool, libxslt, docbook_xsl, gtk_doc
|
||||
, libgcrypt, gobjectIntrospection }:
|
||||
let
|
||||
version = "0.18";
|
||||
version = "0.18.5";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libsecret-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/libsecret/${version}/${name}.tar.xz";
|
||||
sha256 = "1qq29c01xxjyx5sl6y5h22w8r0ff4c73bph3gfx3h7mx5mvalwqc";
|
||||
url = "mirror://gnome/sources/libsecret/0.18/${name}.tar.xz";
|
||||
sha256 = "1cychxc3ff8fp857iikw0n2s13s2mhw2dn1mr632f7w3sn6vvrww";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ glib ];
|
||||
|
|
Loading…
Reference in a new issue