odin: dev-2025-09 -> dev-2025-10 (#449751)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-10 05:06:43 +00:00
committed by GitHub
+2 -2
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 = [