odin: dev-2025-09 -> dev-2025-10

This commit is contained in:
R. Ryantm
2025-10-08 01:37:50 +00:00
parent 8c77702a82
commit d7d7e988ee

View File

@@ -12,13 +12,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "odin";
version = "dev-2025-09";
version = "dev-2025-10";
src = fetchFromGitHub {
owner = "odin-lang";
repo = "Odin";
tag = finalAttrs.version;
hash = "sha256-PxegNMEzxytZtmhmzDgb1Umzx/9aUIlc9SDojRlZfsE=";
hash = "sha256-mHu+kCdFEeWMZmQHCAqyv6hlIRFWuRX7rTIprohc7p0=";
};
patches = [