Unverified Commit 5941af5d authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

mdk-sdk: 0.32.0 -> 0.33.0 (#411668)

parents 00198464 e1df9747
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,11 +33,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "mdk-sdk";
  version = "0.32.0";
  version = "0.33.0";

  src = fetchurl {
    url = "https://github.com/wang-bin/mdk-sdk/releases/download/v${version}/mdk-sdk-linux.tar.xz";
    hash = "sha256-iqoOqGebdAHYwxPH0LYu63apiQdkhFVyssylFcFIYuE=";
    hash = "sha256-d23Mq1uJg4LpbcxywOKZbwyUs3DIRtGrUZY1qBV85VE=";
  };

  nativeBuildInputs = [ autoPatchelfHook ];