odin: dev-2026-07 -> dev-2026-07a

This commit is contained in:
Christopher Kaster
2026-07-12 13:57:30 +02:00
parent f8bf6ba14a
commit 200c826717
+2 -2
View File
@@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "odin";
version = "dev-2026-07";
version = "dev-2026-07a";
src = fetchFromGitHub {
owner = "odin-lang";
repo = "Odin";
tag = finalAttrs.version;
hash = "sha256-pVCZB6YOk73tBGVE1i73JJG3z9SZNakFuMp4Kepqnvc=";
hash = "sha256-sjL6mj2zfUVpiwkooTTBCVkPRoPWR7ci/hb9TYF+J/I=";
};
patches = [