mdk-sdk: 0.33.1 -> 0.34.0

This commit is contained in:
R. Ryantm
2025-09-01 07:44:22 +00:00
parent ad8b79fc7e
commit 6ce82abd06
+2 -2
View File
@@ -33,11 +33,11 @@ let
in
stdenv.mkDerivation rec {
pname = "mdk-sdk";
version = "0.33.1";
version = "0.34.0";
src = fetchurl {
url = "https://github.com/wang-bin/mdk-sdk/releases/download/v${version}/mdk-sdk-linux.tar.xz";
hash = "sha256-4pxH9ZytnAAyBIRP72f64jBOBBSQ6MY0HpdkCy1kFHg=";
hash = "sha256-qt17xZKuZIWmD8ck1IrHXa5i5tKElTYmbGQvqJTtTsY=";
};
nativeBuildInputs = [ autoPatchelfHook ];