dnf5: 5.2.13.1 -> 5.2.14.0
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
parent
26cad0975a
commit
186e9d5233
@ -2,7 +2,6 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
appstream,
|
||||
cmake,
|
||||
createrepo_c,
|
||||
@ -34,7 +33,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "dnf5";
|
||||
version = "5.2.13.1";
|
||||
version = "5.2.14.0";
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
@ -45,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
owner = "rpm-software-management";
|
||||
repo = "dnf5";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-Qt3G4jsJNk7iMOWliGjyR2dOGpWANVtZFeYwlsYbFrw=";
|
||||
hash = "sha256-dCeTOJrOjnGvRhY8u8mMOgm/mbUoTbYqzjiAkbIlSo0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
|
Loading…
x
Reference in New Issue
Block a user