river-classic: 0.3.16 -> 0.3.17

Changelog: https://codeberg.org/river/river-classic/releases/tag/v0.3.17
This commit is contained in:
Adam C. Stephens
2026-04-30 08:45:48 -04:00
parent ba327adda4
commit 7378b8e2b4
+2 -2
View File
@@ -28,14 +28,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "river-classic";
version = "0.3.16";
version = "0.3.17";
outputs = [ "out" ] ++ lib.optionals withManpages [ "man" ];
src = fetchFromCodeberg {
owner = "river";
repo = "river-classic";
hash = "sha256-MbUKs9zNGiC2bzQf2+rX6zlsJpJkmUkqPxGpJti4Odc=";
hash = "sha256-+Geq3AetoiHB8xkMGf9nsYq8Mse2fZ5Edg1iOZ30f1A=";
tag = "v${finalAttrs.version}";
};