Merge pull request #322314 from r-ryantm/auto-update/tdnf

tdnf: 3.5.6 -> 3.5.7
This commit is contained in:
Nick Cao 2024-06-25 16:51:15 -04:00 committed by GitHub
commit e22ab49d1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tdnf";
version = "3.5.6";
version = "3.5.7";
src = fetchFromGitHub {
owner = "vmware";
repo = "tdnf";
rev = "v${finalAttrs.version}";
hash = "sha256-gj0IW0EwWBXi2s7xFdghop8f1lMhkUJVAkns5nnl7sg=";
hash = "sha256-+oVmIZqWi1JdiOv40C4dS2a9VqK3hzGl+PQ7sk1l11o=";
};
nativeBuildInputs = [