Merge pull request #310210 from r-ryantm/auto-update/ols
ols: 0-unstable-2024-04-28 -> 0-unstable-2024-05-06
This commit is contained in:
commit
3552955f90
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "ols";
|
pname = "ols";
|
||||||
version = "0-unstable-2024-04-28";
|
version = "0-unstable-2024-05-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "DanielGavin";
|
owner = "DanielGavin";
|
||||||
repo = "ols";
|
repo = "ols";
|
||||||
rev = "49a63471d91120a23ec86f1621e99155d1be55c2";
|
rev = "5c646656e988ddcdaee09f1bea666dc00ea2ea4d";
|
||||||
hash = "sha256-fHCSPqeN24QbCzwMCLtvK5YnR0ExveDvXRuWL2nHt8M=";
|
hash = "sha256-W8D+szu4+mDYwDLWvGRL3ICZ9Dr93pFweEO2+0awHfo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
passthru.updateScript = unstableGitUpdater {
|
passthru.updateScript = unstableGitUpdater {
|
||||||
|
|
Loading…
Reference in a new issue