mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
dnf5: 5.2.6.0 -> 5.2.6.2
This commit is contained in:
parent
434cc988e4
commit
1a53b7be39
@ -32,7 +32,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "dnf5";
|
pname = "dnf5";
|
||||||
version = "5.2.6.0";
|
version = "5.2.6.2";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "rpm-software-management";
|
owner = "rpm-software-management";
|
||||||
repo = "dnf5";
|
repo = "dnf5";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-tzGpZ6Pip6SIak0L3npoh31TxVJJ0mn+jVkeNGq24N0=";
|
hash = "sha256-V/8vVKgQphWiCfdIlBMPHaJiOSIYUIEeYdt9Rm+8rCY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
|
Loading…
Reference in New Issue
Block a user