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

odin: dev-2024-02 -> dev-2024-03
This commit is contained in:
Emily Trau
2024-03-10 11:34:38 +11:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@ let
inherit (llvmPackages) stdenv;
in stdenv.mkDerivation rec {
pname = "odin";
version = "dev-2024-02";
version = "dev-2024-03";
src = fetchFromGitHub {
owner = "odin-lang";
repo = "Odin";
rev = version;
hash = "sha256-v9A0+kgREXALhnvFYWtE0+H4L7CYnyje+d2W5+/ZvHA=";
hash = "sha256-oK5OcWAZy9NVH19oep6QU4d5qaiO0p+d9FvxDIrzFLU=";
};
nativeBuildInputs = [