Unverified Commit 47ba74af authored by Paul Meyer's avatar Paul Meyer Committed by GitHub
Browse files

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

tdnf: 3.5.7 -> 3.5.8
parents 51fcc2c9 24d0397f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tdnf";
  version = "3.5.7";
  version = "3.5.8";

  src = fetchFromGitHub {
    owner = "vmware";
    repo = "tdnf";
    rev = "v${finalAttrs.version}";
    hash = "sha256-+oVmIZqWi1JdiOv40C4dS2a9VqK3hzGl+PQ7sk1l11o=";
    hash = "sha256-rs6NMIwpJCBsO7Ca+za8pVJXQwpcgFvpd15ayS01mQM=";
  };

  nativeBuildInputs = [