Skip to content

Commit 16c2255

Browse files
authored
dnf5: 5.2.8.1 -> 5.2.9.0 (#379361)
2 parents fa10253 + f8ff683 commit 16c2255

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/by-name/dn/dnf5/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib,
33
stdenv,
44
fetchFromGitHub,
5+
appstream,
56
cmake,
67
createrepo_c,
78
doxygen,
@@ -32,7 +33,7 @@
3233

3334
stdenv.mkDerivation (finalAttrs: {
3435
pname = "dnf5";
35-
version = "5.2.8.1";
36+
version = "5.2.9.0";
3637

3738
outputs = [
3839
"out"
@@ -43,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
4344
owner = "rpm-software-management";
4445
repo = "dnf5";
4546
rev = finalAttrs.version;
46-
hash = "sha256-R9woS84vZkF7yatbJr7KNhaUsLZcGaiS+XnYXG3i1jA=";
47+
hash = "sha256-TkWFSxbxsRRRMDkTKlaOnKC0VLmcV0LuZmmnvqtywaw=";
4748
};
4849

4950
nativeBuildInputs =
@@ -63,6 +64,7 @@ stdenv.mkDerivation (finalAttrs: {
6364
]);
6465

6566
buildInputs = [
67+
appstream
6668
cppunit
6769
fmt
6870
json_c

0 commit comments

Comments
 (0)