mlx42: 2.4.0 -> 2.4.1 (#360338)

This commit is contained in:
Nick Cao 2024-11-30 08:58:52 -05:00 committed by GitHub
commit debeda222a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mlx42";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "codam-coding-college";
repo = "MLX42";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-jYcBvvx0Xfc/wDWSUROfQeRvn+tWvSS0ymKO1iuzg8w=";
hash = "sha256-/HCP6F7N+J97n4orlLxg/4agEoq4+rJdpeW/3q+DI1I=";
};
postPatch =