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,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
appstream,
|
appstream,
|
||||||
cmake,
|
cmake,
|
||||||
createrepo_c,
|
createrepo_c,
|
||||||
@ -34,7 +33,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "dnf5";
|
pname = "dnf5";
|
||||||
version = "5.2.13.1";
|
version = "5.2.14.0";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
@ -45,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "rpm-software-management";
|
owner = "rpm-software-management";
|
||||||
repo = "dnf5";
|
repo = "dnf5";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-Qt3G4jsJNk7iMOWliGjyR2dOGpWANVtZFeYwlsYbFrw=";
|
hash = "sha256-dCeTOJrOjnGvRhY8u8mMOgm/mbUoTbYqzjiAkbIlSo0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user