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
commit fba62a9361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [