Unverified Commit 5c1a387a authored by Hayden Gray's avatar Hayden Gray Committed by GitHub
Browse files

odin: 0-unstable-2024-08-05 -> 0-unstable-2024-10-12 (#348138)

parent 9bd17f41
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 =
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''