mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
libsolv: 0.7.32 -> 0.7.33 (#413764)
This commit is contained in:
commit
1cd5fc79a2
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.7.32";
|
||||
version = "0.7.33";
|
||||
pname = "libsolv";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openSUSE";
|
||||
repo = "libsolv";
|
||||
rev = version;
|
||||
hash = "sha256-2cvba2S/3CR+3sMLVEnmTxWYTQSAYZoUIoQHr+GZnyY=";
|
||||
hash = "sha256-jOYz0p5oWMnPtQbpkCIUgw6e0W5PfR6teA9IdjYSghk=";
|
||||
};
|
||||
|
||||
cmakeFlags =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue