microdnf: 3.10.0 -> 3.10.1

This commit is contained in:
R. Ryantm 2024-12-12 01:33:18 +00:00
parent 259b32e2bc
commit e58d45bc2b

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "microdnf";
version = "3.10.0";
version = "3.10.1";
src = fetchFromGitHub {
owner = "rpm-software-management";
repo = pname;
rev = version;
hash = "sha256-R7jOeH6pw/THLXxLezp2AmE8lUBagKMRJ0XfXgdLi2E=";
hash = "sha256-xWHE05CeX8I8YO0gqf5FDiqLexirwKdyCe4grclOVYc=";
};
nativeBuildInputs = [