Skip to content

Commit

Permalink
odin: 0-unstable-2024-08-05 -> 0-unstable-2024-10-12 (#348138)
Browse files Browse the repository at this point in the history
  • Loading branch information
A1029384756 authored Oct 19, 2024
1 parent 9bd17f4 commit 5c1a387
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/od/odin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ let
in
stdenv.mkDerivation {
pname = "odin";
version = "0-unstable-2024-08-05";
version = "0-unstable-2024-10-12";

src = fetchFromGitHub {
owner = "odin-lang";
repo = "Odin";
rev = "a1c3c38f0453dcf94ba13d572fa392cb5331a878";
hash = "sha256-LYUy/llW3BFnRx6sdTF/8QdvK/v+5/ShKJR+ZXocC+4=";
rev = "af9ae4897ad9e526d74489ddd12cfae179639ff3";
hash = "sha256-ky3jiVk2KfOW4JjXqiCTdnbEu7bnmTVupw2r5fwyB00=";
};

postPatch =
Expand Down
6 changes: 3 additions & 3 deletions pkgs/by-name/ol/ols/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation {
pname = "ols";
version = "0-unstable-2024-08-05";
version = "0-unstable-2024-10-12";

src = fetchFromGitHub {
owner = "DanielGavin";
repo = "ols";
rev = "5f53ba1670b4bd44f6faf589823aa404f3c1a62b";
hash = "sha256-4Rw3eNXkmdRMLz9k1UaK6xr0KS4g4AnFpOcrWLos2jg=";
rev = "834ec9ad3f50add0ee8e44071275c318a9f35abb";
hash = "sha256-K32coqh6eCId+Rdfbu9TnN2RHDlvxF+BDsxAoP3Xk30=";
};

postPatch = ''
Expand Down

0 comments on commit 5c1a387

Please sign in to comment.