libdnf: 0.73.3 -> 0.73.4 (#355582)

This commit is contained in:
Paul Meyer 2024-11-14 08:51:30 +01:00 committed by GitHub
commit 07364e9029
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [