lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #162397 from r-ryantm/auto-update/libsolv

libsolv: 0.7.20 -> 0.7.21

authored by

Robert Scott and committed by
GitHub
7cde1308 1d5c9053

+2 -7
+2 -2
pkgs/development/libraries/libsolv/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, cmake, ninja, zlib, expat, rpm, db }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "0.7.20"; 4 + version = "0.7.21"; 5 5 pname = "libsolv"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "openSUSE"; 9 9 repo = "libsolv"; 10 10 rev = version; 11 - sha256 = "sha256-NVyLa/fPGnO5jAz9rePFXg/z6RZeFCrkJBCG3gGh+YM="; 11 + sha256 = "sha256-ka1HXVo0CFr0eqGTkatYq1jXE+9UgM0YTZNW1WtMLF0="; 12 12 }; 13 13 14 14 cmakeFlags = [
-5
pkgs/tools/package-management/micromamba/default.nix
··· 11 11 patches = [ 12 12 # Patch added by the mamba team 13 13 (fetchpatch { 14 - url = "https://raw.githubusercontent.com/mamba-org/boa-forge/20530f80e2e15012078d058803b6e2c75ed54224/libsolv/add_strict_repo_prio_rule.patch"; 15 - sha256 = "19c47i5cpyy88nxskf7k6q6r43i55w61jvnz7fc2r84hpjkcrv7r"; 16 - }) 17 - # Patch added by the mamba team 18 - (fetchpatch { 19 14 url = "https://raw.githubusercontent.com/mamba-org/boa-forge/20530f80e2e15012078d058803b6e2c75ed54224/libsolv/conda_variant_priorization.patch"; 20 15 sha256 = "1iic0yx7h8s662hi2jqx68w5kpyrab4fr017vxd4wyxb6wyk35dd"; 21 16 })