mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #327082 from SamLukeYes/pacman
pacman: 6.1.0 -> 7.0.0
This commit is contained in:
commit
9a10c288f6
@ -40,14 +40,14 @@
|
||||
|
||||
stdenv.mkDerivation (final: {
|
||||
pname = "pacman";
|
||||
version = "6.1.0";
|
||||
version = "7.0.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.archlinux.org";
|
||||
owner = "pacman";
|
||||
repo = "pacman";
|
||||
rev = "v${final.version}";
|
||||
hash = "sha256-uHBq1A//YSqFATlyqjC5ZgmvPkNKqp7sVew+nbmLH78=";
|
||||
hash = "sha256-ejOBxN2HjV4dZwFA7zvPz3JUJa0xiJ/jZ+evEQYG1Mc=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
@ -107,8 +107,6 @@ stdenv.mkDerivation (final: {
|
||||
"--localstatedir=/var"
|
||||
];
|
||||
|
||||
hardeningDisable = [ "fortify3" ];
|
||||
|
||||
postInstall = ''
|
||||
installShellCompletion --bash scripts/pacman --zsh scripts/_pacman
|
||||
wrapProgram $out/bin/makepkg \
|
||||
|
Loading…
Reference in New Issue
Block a user