0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

dnf5: 5.2.11.0 -> 5.2.12.0

Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
Paul Meyer 2025-03-24 16:36:12 +01:00
parent 9d0fb3583e
commit 10ae32b3e6

View file

@ -34,7 +34,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dnf5";
version = "5.2.11.0";
version = "5.2.12.0";
outputs = [
"out"
@ -45,18 +45,9 @@ stdenv.mkDerivation (finalAttrs: {
owner = "rpm-software-management";
repo = "dnf5";
tag = finalAttrs.version;
hash = "sha256-89zJ2ORHPqy6qgmMdOSyPEcgxtEYE4CPnmRp7FfNj8Y=";
hash = "sha256-r5bZgcnY7O1U28tkSnSJur3/Z/llabGe7mlIMA8ZGls=";
};
patches = [
# Only define systemd constants when WITH_SYSTEMD is enabled
(fetchpatch {
name = "0001-offline-only-define-systemd-constants.patch";
url = "https://github.com/rpm-software-management/dnf5/commit/f75894eea0892917d80e8f0bf3f9f6c8db0ac400.patch";
hash = "sha256-4eBeBTzhOTUDtiOlfiddh7gJ8AoiMty4FSTlLtdymos=";
})
];
nativeBuildInputs =
[
cmake