mo-viewer: 1.6.1 -> 1.6.2

This commit is contained in:
R. Ryantm
2026-06-24 19:57:10 +00:00
parent 5eccbb52c3
commit adafb5e168
+2 -2
View File
@@ -14,13 +14,13 @@
buildGoModule (finalAttrs: {
pname = "mo-viewer";
version = "1.6.1";
version = "1.6.2";
src = fetchFromGitHub {
owner = "k1LoW";
repo = "mo";
tag = "v${finalAttrs.version}";
hash = "sha256-/PiMYllj0l3XwIkqT/sc7U/vGXdNmTD8RowZWe9ZDR8=";
hash = "sha256-/dUAz55hsDYV+1rgNN52rdO798SCRyIyHXrL/ZGTwmY=";
};
frontend = stdenvNoCC.mkDerivation (finalFrontendAttrs: {