Merge pull request #272926 from katexochen/dnf5/5-1-9

dnf5: 5.1.8 -> 5.1.9
This commit is contained in:
Pierre Bourdon 2023-12-10 22:16:31 +01:00 committed by GitHub
commit 04c5ceb3f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dnf5";
version = "5.1.8";
version = "5.1.9";
outputs = [ "out" "man" ];
@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "rpm-software-management";
repo = "dnf5";
rev = finalAttrs.version;
hash = "sha256-1g3g+6EborZd2ppPMZcy0Wjv07zetATHb/sCkuZz5UM=";
hash = "sha256-H8zbxNsGkuKIDPwGWfKJEy5gTo2Mm13VKwce+h9NEro=";
};
nativeBuildInputs = [