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

odin: dev-2023-11 -> dev-2023-12
This commit is contained in:
Nick Cao 2023-12-28 13:32:45 -05:00 committed by GitHub
commit 63cd47cd39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@ let
inherit (llvmPackages) stdenv;
in stdenv.mkDerivation rec {
pname = "odin";
version = "dev-2023-11";
version = "dev-2023-12";
src = fetchFromGitHub {
owner = "odin-lang";
repo = "Odin";
rev = version;
hash = "sha256-5plcr+j9aFSaLfLQXbG4WD1GH6rE7D3uhlUbPaDEYf8=";
hash = "sha256-XFaXs9zNQ/53QprF8pM2pOtiB0nGu8mGbBozNl0EMyA=";
};
nativeBuildInputs = [