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

odin: dev-2024-03 -> dev-2024-04a
This commit is contained in:
superherointj 2024-04-16 16:38:30 -03:00 committed by GitHub
commit 947baf4f60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@ let
inherit (llvmPackages) stdenv; inherit (llvmPackages) stdenv;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "odin"; pname = "odin";
version = "dev-2024-03"; version = "dev-2024-04a";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "odin-lang"; owner = "odin-lang";
repo = "Odin"; repo = "Odin";
rev = version; rev = version;
hash = "sha256-oK5OcWAZy9NVH19oep6QU4d5qaiO0p+d9FvxDIrzFLU="; hash = "sha256-jFENpWUosNNTctYiHdKqDg7ENAoEtigz87pTfYJDj5Q=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [