odin: dev-2024-02 -> dev-2024-03

This commit is contained in:
R. Ryantm 2024-03-04 14:13:04 +00:00
parent 9b4937d421
commit fddc694d31

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