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