1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libsecret: update from 0.15 to 0.16

This commit is contained in:
Nixpkgs Monitor 2013-12-04 06:34:34 +02:00 committed by Evgeny Egorochkin
parent bec4483d27
commit 3a1225f8a1

View file

@ -2,12 +2,12 @@
intltool, gtk_doc, gobjectIntrospection, pkgconfig, libxslt, libgcrypt }:
stdenv.mkDerivation rec {
version = "0.15";
version = "0.16";
name = "libsecret-${version}";
src = fetchurl {
url = "https://git.gnome.org/browse/libsecret/snapshot/libsecret-${version}.zip";
sha256 = "088v1z7zbdi8b0779jads7q20x1gx6c4zmrj3q0vysc7a0k16i6k";
sha256 = "1yf4zvzfa45wr5bqlh54g3bmd0lgcsa8hnhppa99czca0zj7bkks";
};
propagatedBuildInputs = [ glib dbus_libs ];