Skip to content

Commit

Permalink
odin: dev-2024-05 -> dev-2024-06
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jun 4, 2024
1 parent 612b7cb commit 358d787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/odin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ let
inherit (llvmPackages) stdenv;
in stdenv.mkDerivation rec {
pname = "odin";
version = "dev-2024-05";
version = "dev-2024-06";

src = fetchFromGitHub {
owner = "odin-lang";
repo = "Odin";
rev = version;
hash = "sha256-JGTC+Gi5mkHQHvd5CmEzrhi1muzWf1rUN4f5FT5K5vc=";
hash = "sha256-Ba+244L855y+XzLcaf1fgQhHVDv2Q77GPapRAYmCQfg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 358d787

Please sign in to comment.