ols: nightly-2023-07-09 -> nightly-2023-11-04

This commit is contained in:
znaniye 2023-11-08 15:16:45 -03:00
parent 378de6ae1c
commit fadd0ea879

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "ols";
version = "nightly-2023-07-09";
version = "nightly-2023-11-04";
src = fetchFromGitHub {
owner = "DanielGavin";
repo = "ols";
rev = "255ad5958026dc3a3116f621eaebd501b8b26a22";
hash = "sha256-XtlIZToNvmU4GhUJAxuVmKvKwnPebaxjv7jp/AgE/uM=";
rev = "b19c24eb17e7c16bcfb3144665fd405fd5e580f3";
hash = "sha256-c8mHVdXbn7aRKI/QBIZvBvl4sCNK49q+crQmTCjptwM=";
};
nativeBuildInputs = [