1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

mlx42: 2.3.3 -> 2.3.4

This commit is contained in:
R. Ryantm 2024-06-10 14:38:43 +00:00
parent 66382c87d7
commit 7bdc4b5a63

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mlx42";
version = "2.3.3";
version = "2.3.4";
src = fetchFromGitHub {
owner = "codam-coding-college";
repo = "MLX42";
rev = "v${finalAttrs.version}";
hash = "sha256-igkTeOnqGYBISzmtDGlDx9cGJjoQ8fzXtVSR9hU4F5E=";
hash = "sha256-c4LoTePHhQeZTx33V1K3ZyXmT7vjB6NdkGVAiSuJKfI=";
};
postPatch = ''