Merge pull request #304300 from znaniye/ols

ols: 0-unstable-2024-02-09 -> 0-unstable-2024-04-15
This commit is contained in:
superherointj 2024-04-15 13:58:22 -03:00 committed by GitHub
commit 8c874a0735
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "ols";
version = "0-unstable-2024-02-09";
version = "0-unstable-2024-04-15";
src = fetchFromGitHub {
owner = "DanielGavin";
repo = "ols";
rev = "3eb1e0e60a66a4fc7347fb77837ff45ccbe1cabb";
hash = "sha256-qPcSZjvlBmFf3M98GrwIu8SGO2VbgdqBKzyFpGSEtrI=";
rev = "aa1aabda1cce68a6038c48429cc759f09ad2ebab";
hash = "sha256-yM+Syx8hWiSZatWfFFGz8lUJTOCozkZWPdPUhRW0/Ow=";
};
nativeBuildInputs = [