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

odin: dev-2024-01 -> dev-2024-02
This commit is contained in:
Mario Rodas
2024-02-03 08:20:49 -05: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-01";
version = "dev-2024-02";
src = fetchFromGitHub {
owner = "odin-lang";
repo = "Odin";
rev = version;
hash = "sha256-ufIpnibY7rd76l0Mh+qXYXkc8W3cuTJ1cbmj4SgSUis=";
hash = "sha256-v9A0+kgREXALhnvFYWtE0+H4L7CYnyje+d2W5+/ZvHA=";
};
nativeBuildInputs = [