mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
odin: dev-2024-07 -> 0-unstable-2024-08-05
This commit is contained in:
parent
90d02f0086
commit
0ac0628f4e
@ -13,15 +13,15 @@
|
||||
let
|
||||
inherit (llvmPackages) stdenv;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
stdenv.mkDerivation {
|
||||
pname = "odin";
|
||||
version = "dev-2024-07";
|
||||
version = "0-unstable-2024-08-05";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "odin-lang";
|
||||
repo = "Odin";
|
||||
rev = version;
|
||||
hash = "sha256-FeiVTLwgP0x1EZqqiYkGbKALhZWC4xE6a/3PPcEElAc=";
|
||||
rev = "a1c3c38f0453dcf94ba13d572fa392cb5331a878";
|
||||
hash = "sha256-LYUy/llW3BFnRx6sdTF/8QdvK/v+5/ShKJR+ZXocC+4=";
|
||||
};
|
||||
|
||||
postPatch =
|
||||
|
Loading…
Reference in New Issue
Block a user