Merge pull request #293260 from r-ryantm/auto-update/odin

odin: dev-2024-02 -> dev-2024-03

authored by Emily Trau and committed by GitHub 187a4d6f f6293f89

+2 -2
+2 -2
pkgs/development/compilers/odin/default.nix
··· 12 12 inherit (llvmPackages) stdenv; 13 13 in stdenv.mkDerivation rec { 14 14 pname = "odin"; 15 - version = "dev-2024-02"; 15 + version = "dev-2024-03"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "odin-lang"; 19 19 repo = "Odin"; 20 20 rev = version; 21 - hash = "sha256-v9A0+kgREXALhnvFYWtE0+H4L7CYnyje+d2W5+/ZvHA="; 21 + hash = "sha256-oK5OcWAZy9NVH19oep6QU4d5qaiO0p+d9FvxDIrzFLU="; 22 22 }; 23 23 24 24 nativeBuildInputs = [