mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
pacman: 5.1.2 -> 5.1.3 (#57563)
Not listed on official website[1], but present in release directory[2]... and seems legit[3][4] Fixes CVE, looks like: https://lwn.net/Articles/782828/ [1] https://www.archlinux.org/pacman/#_releases [2] https://sources.archlinux.org/other/pacman/ [3] https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/pacman&id=f48884ebff6788406fe1911f179a363bd2aeb9b1 [4] https://lists.archlinux.org/pipermail/pacman-dev/2019-March/023208.html
This commit is contained in:
parent
2df7df966c
commit
0ccfa4af08
@ -3,11 +3,11 @@ zlib, bzip2, lzma }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pacman-${version}";
|
||||
version = "5.1.2";
|
||||
version = "5.1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://git.archlinux.org/pacman.git/snapshot/pacman-${version}.tar.gz";
|
||||
sha256 = "19fr60h0ffxzjxmlmhrfcq8447l0bkxnh64fwjagqn133d3dgd5x";
|
||||
sha256 = "108xp6dhvp02jnzskhgzjmp9jvrxhhkffvmpvs3rrif7vj47xd76";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user