mdk-sdk: 0.26.0 -> 0.27.0

This commit is contained in:
R. Ryantm
2024-05-06 08:41:27 +00:00
parent dd4070b45f
commit 5f67138fa7
@@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "mdk-sdk";
version = "0.26.0";
version = "0.27.0";
src = fetchurl {
url = "https://github.com/wang-bin/mdk-sdk/releases/download/v${version}/mdk-sdk-linux-x64.tar.xz";
hash = "sha256-DZiipuGXhzrlm49doNeFExApHMDI7ILfOumgXA8useA=";
hash = "sha256-JGYZ+Rodvyo/PkQfuW7xM0aIa3Gql75TwRUU1yZHJJ8=";
};
nativeBuildInputs = [ autoPatchelfHook ];