river-classic: 0.3.13 -> 0.3.14

Changelog: https://codeberg.org/river/river-classic/releases/tag/v0.3.14
This commit is contained in:
Adam C. Stephens
2026-01-07 08:57:49 -05:00
parent bb25595fd1
commit 6d459c7ecf
+2 -2
View File
@@ -25,7 +25,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "river-classic";
version = "0.3.13";
version = "0.3.14";
outputs = [ "out" ] ++ lib.optionals withManpages [ "man" ];
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
domain = "codeberg.org";
owner = "river";
repo = "river-classic";
hash = "sha256-XLWvxSChYN5wyhr8R8/3Pfykw61k451XmvgoM45zkEk=";
hash = "sha256-UhWA7jmBDhktHqHds06C0GY+xzlQZZezYopsLmIAGgI=";
tag = "v${finalAttrs.version}";
};