Merge pull request #327082 from SamLukeYes/pacman

pacman: 6.1.0 -> 7.0.0
This commit is contained in:
Aleksana 2024-07-15 14:35:22 +08:00 committed by GitHub
commit 9a10c288f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 \