lowdown: 3.0.0 -> 3.0.1

https://github.com/kristapsdz/lowdown/releases/tag/VERSION_3_0_1
This commit is contained in:
sternenseemann
2026-03-29 15:00:29 -07:00
committed by Philip Taron
parent 995f419d84
commit 58ed53d264
+2 -2
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
pname = "lowdown${
lib.optionalString (stdenv.hostPlatform.isDarwin && !enableDarwinSandbox) "-unsandboxed"
}";
version = "3.0.0";
version = "3.0.1";
outputs = [
"out"
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz";
sha512 = "94e97234d598382c3c3dc27f9bfdb3a3a2fcf7dbb6a8df3c85ee09f27f792449034a41d49d9cfd3d8450d2de01b8562c20c3d120e65c81af4d7d6c9454119e93";
sha512 = "fe68e1b7ff23f3992398356d7aa9a330dfd7b72e22bea9a91eeef74182b209ecea0c9f3e2b2216e1a07b2358da2b746238ec9cbbdeebdd3551cef14dd2d79f46";
};
# https://github.com/kristapsdz/lowdown/pull/171