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

odin: dev-2023-07 -> dev-2023-08

authored by Emily and committed by GitHub ae437a7c d58f7137

+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-2023-07"; 15 + version = "dev-2023-08"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "odin-lang"; 19 19 repo = "Odin"; 20 20 rev = version; 21 - hash = "sha256-ksCK1Qmjbg5ZgFoq0I4cjrWaCxd+UW7f1NLcSjCPMwE="; 21 + hash = "sha256-pmgrauhB5/JWBkwrAm7tCml9IYQhXyGXsNVDKTntA0M="; 22 22 }; 23 23 24 24 nativeBuildInputs = [