ryokucha: 0.3.1 -> 0.4.0

This commit is contained in:
R. Ryantm 2026-02-25 19:03:25 +00:00
parent 23eae0051a
commit 8b36e26422

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ryokucha";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "ryonakano";
repo = "ryokucha";
rev = finalAttrs.version;
hash = "sha256-bmN8ZiFjUXtWMrZz7BJtO/9TMjcc4d3x8EpFvhvsewY=";
hash = "sha256-imKZSbNZHKIbLtD9E0D+AaKTvGSz8u2/2dJR0cpn/fo=";
};
outputs = [