aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libsolv
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2016-10-12 18:56:10 +0000
committerDan Peebles <pumpkin@me.com>2016-10-12 20:31:02 +0000
commitf35ab9c2f814e88986ce8ed2b21728d96e71b784 (patch)
treecb75e4e432b78e92c621c0e73e3ea2686ca79001 /pkgs/development/libraries/libsolv
parent1371499530aa99f2568c4dd350eb815fa653501a (diff)
rpm-ostree: 2016.1 -> 2016.10
This also updates a bunch of its dependencies to enable the update, and gets rid of libhif because upstream stopped maintaining it as such, instead using it internally in other projects until they can agree on an interface for it. Nothing seemed to be using libhif so I'm not too concerned about removing it.
Diffstat (limited to 'pkgs/development/libraries/libsolv')
-rw-r--r--pkgs/development/libraries/libsolv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libsolv/default.nix b/pkgs/development/libraries/libsolv/default.nix
index cece520e3c58..480891e98af9 100644
--- a/pkgs/development/libraries/libsolv/default.nix
+++ b/pkgs/development/libraries/libsolv/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, zlib, expat, rpm, db }:
stdenv.mkDerivation rec {
- rev = "0.6.20";
+ rev = "0.6.23";
name = "libsolv-${rev}";
src = fetchFromGitHub {
inherit rev;
owner = "openSUSE";
repo = "libsolv";
- sha256 = "1gammarbnjbbkw2vlgcj9ynp1kgi5nns6xcl6ab8b5i4zgq91v2p";
+ sha256 = "08ba7yx0br421lk6zf5mp0yl6nznkmc2vbka20qwm2lx5f0a25xg";
};
cmakeFlags = "-DENABLE_RPMMD=true -DENABLE_RPMDB=true -DENABLE_PUBKEY=true -DENABLE_RPMDB_BYRPMHEADER=true";