Merge pull request #332492 from znaniye/pr-331959

odin: dev-2024-07 -> 0-unstable-2024-08-05
This commit is contained in:
superherointj 2024-08-08 16:34:32 -03:00 committed by GitHub
commit 363da96864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -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 =

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "ols";
version = "0-unstable-2024-07-01";
version = "0-unstable-2024-08-05";
src = fetchFromGitHub {
owner = "DanielGavin";
repo = "ols";
rev = "ee368d473146d33e89f9be9f754fd6d0ee08ecc6";
hash = "sha256-WowbFsec8oZVPTMDefQJYOb4GfH3xa40bN3P9AIjflE=";
rev = "5f53ba1670b4bd44f6faf589823aa404f3c1a62b";
hash = "sha256-4Rw3eNXkmdRMLz9k1UaK6xr0KS4g4AnFpOcrWLos2jg=";
};
postPatch = ''