0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

Merge pull request #315016 from r-ryantm/auto-update/ols

ols: 0-unstable-2024-05-18 -> 0-unstable-2024-05-22
This commit is contained in:
Weijia Wang 2024-05-29 08:41:55 +02:00 committed by GitHub
commit 361afb9f34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "ols";
version = "0-unstable-2024-05-18";
version = "0-unstable-2024-05-22";
src = fetchFromGitHub {
owner = "DanielGavin";
repo = "ols";
rev = "b5b6733320bd866b6895cc2f44910f180dda4e0b";
hash = "sha256-Mok77ioHklE3jeSFT2um1XgrnRuQf0ysDcTo3Fjukmk=";
rev = "a2f333bfbdd187aa7463ae230f7a617f6bccb611";
hash = "sha256-sM8UkfuzQib0L8mUhmtVZAjbZKA07aY2YLvooj3zdc0=";
};
passthru.updateScript = unstableGitUpdater {