mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
dnf5: 5.1.3 -> 5.1.4
This commit is contained in:
parent
d777abffd8
commit
42dbdef7b9
@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "dnf5";
|
pname = "dnf5";
|
||||||
version = "5.1.3";
|
version = "5.1.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rpm-software-management";
|
owner = "rpm-software-management";
|
||||||
repo = "dnf5";
|
repo = "dnf5";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-Z1Pbi3dGqAQeVaagpOUsjYsT46DAlcFHsDhQzyeCCfY=";
|
hash = "sha256-zQK7RRn2C/6Avu5oPqSW7KVv6JT3s2hrcgBRkP6055U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake createrepo_c gettext help2man pkg-config ];
|
nativeBuildInputs = [ cmake createrepo_c gettext help2man pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user