river: 0.3.0 -> 0.3.1

Changelog: https://codeberg.org/river/river/releases/tag/v0.3.1
This commit is contained in:
Gaetan Lepage 2024-05-18 18:23:08 +02:00
parent 8e6da80eb9
commit ed5e9fa371

View File

@ -21,7 +21,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "river";
version = "0.3.0";
version = "0.3.1";
outputs = [ "out" ] ++ lib.optionals withManpages [ "man" ];
@ -31,7 +31,7 @@ stdenv.mkDerivation (finalAttrs: {
repo = "river";
rev = "refs/tags/v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-6LZuWx0sC6bW0K7D0PR8hJlVW6i6NIzOOORdMu3Gk5U=";
hash = "sha256-H/908/TP2uzJD1yH4mCXHvorY+4kAhzEkWn6nZGsyBg=";
};
nativeBuildInputs = [