Unverified Commit 1f932451 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

mdio-tools: 1.3.1 -> 1.3.2 (#509846)

parents 2f46e634 dc3537c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mdio-tools";
  version = "1.3.1";
  version = "1.3.2";

  src = fetchFromGitHub {
    owner = "wkz";
    repo = "mdio-tools";
    tag = finalAttrs.version;
    hash = "sha256-NomChJrYwMDPXNw5r2p11kGfYUvJBHCdLXy1SA8kOaM=";
    hash = "sha256-QjBNVXrhIfz9l7ysbHlldCP6VknWolvIs4qCGUOCWx8=";
  };

  nativeBuildInputs = [