We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da46d6 commit dae37baCopy full SHA for dae37ba
pkgs/development/compilers/odin/default.nix
@@ -12,13 +12,13 @@ let
12
inherit (llvmPackages) stdenv;
13
in stdenv.mkDerivation rec {
14
pname = "odin";
15
- version = "dev-2024-03";
+ version = "dev-2024-04a";
16
17
src = fetchFromGitHub {
18
owner = "odin-lang";
19
repo = "Odin";
20
rev = version;
21
- hash = "sha256-oK5OcWAZy9NVH19oep6QU4d5qaiO0p+d9FvxDIrzFLU=";
+ hash = "sha256-jFENpWUosNNTctYiHdKqDg7ENAoEtigz87pTfYJDj5Q=";
22
};
23
24
nativeBuildInputs = [
0 commit comments