Merge pull request #255365 from r-ryantm/auto-update/dnf5
dnf5: 5.1.1 -> 5.1.3
This commit is contained in:
commit
ba26780794
@ -26,13 +26,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "dnf5";
|
pname = "dnf5";
|
||||||
version = "5.1.1";
|
version = "5.1.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rpm-software-management";
|
owner = "rpm-software-management";
|
||||||
repo = "dnf5";
|
repo = "dnf5";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-mO+l2TgVPyA5dQeS6GsjXVDTQlhQYq/wWkDE5ZCd86Q=";
|
hash = "sha256-Z1Pbi3dGqAQeVaagpOUsjYsT46DAlcFHsDhQzyeCCfY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake createrepo_c gettext help2man pkg-config ];
|
nativeBuildInputs = [ cmake createrepo_c gettext help2man pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user