Unverified Commit e21a6cab authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

odin: 0-unstable-2024-10-12 -> dev-2025-01 (#378276)

parents 51957a7e c11bf42c
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-10-12";
  version = "dev-2025-01";

  src = fetchFromGitHub {
    owner = "odin-lang";
    repo = "Odin";
    rev = "af9ae4897ad9e526d74489ddd12cfae179639ff3";
    hash = "sha256-ky3jiVk2KfOW4JjXqiCTdnbEu7bnmTVupw2r5fwyB00=";
    rev = "dev-2025-01";
    hash = "sha256-GXea4+OIFyAhTqmDh2q+ewTUqI92ikOsa2s83UH2r58=";
  };

  postPatch =
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation {
  pname = "ols";
  version = "0-unstable-2025-01-04";
  version = "0-unstable-2025-01-28";

  src = fetchFromGitHub {
    owner = "DanielGavin";
    repo = "ols";
    rev = "3589fe03d7124c9058dc69bcc21aa85910367cfe";
    hash = "sha256-eF66PXABJaOsBPqHKyRkbif4fbaPbiOPyIVXPfwj/o4=";
    rev = "a71caaac9f8ac113d81fc714a41c9b9e96d1fee7";
    hash = "sha256-aUQKbZOrxDdUGORY2Rr2Drfxi0Q+dZZQSBCkJ+XQhcE=";
  };

  postPatch = ''