We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f098cb2 + 31d897d commit 536dfa4Copy full SHA for 536dfa4
pkgs/by-name/ol/ols/package.nix
@@ -9,13 +9,13 @@
9
10
stdenv.mkDerivation {
11
pname = "ols";
12
- version = "0-unstable-2025-04-05";
+ version = "0-unstable-2025-05-11";
13
14
src = fetchFromGitHub {
15
owner = "DanielGavin";
16
repo = "ols";
17
- rev = "011b0bdec303783b6ce2a197957effef480ca50d";
18
- hash = "sha256-uyAxeUI0tKeAauSpOhuPMaqav5ksaawayiFWidInFUI=";
+ rev = "89f83305019a70d714af015aec734700dfee967c";
+ hash = "sha256-z+0+eEc+DOmHRv4jt3kOq4WvvJ4o+h9j/JDYgmxNCms=";
19
};
20
21
postPatch = ''
0 commit comments