libdnf: 0.73.3 -> 0.73.4

This commit is contained in:
R. Ryantm 2024-11-13 04:23:55 +00:00
parent 24dbf44d65
commit 83986d4e5c

View File

@ -25,7 +25,7 @@
stdenv.mkDerivation rec {
pname = "libdnf";
version = "0.73.3";
version = "0.73.4";
outputs = [
"out"
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
owner = "rpm-software-management";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-XzPpjnmL2wwLZnLAJLuOQGWXAoCJnij14P6qSXglMhY=";
hash = "sha256-O8pN2WFHWxZpr2JEPsQOmkc+7qnMVnptmGJCVxMmSLo=";
};
nativeBuildInputs = [