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