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

This commit is contained in:
Adam C. Stephens
2025-02-01 07:39:29 -05:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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
View File
@@ -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 = ''