linyaps: 1.11.0 -> 1.11.1

This commit is contained in:
R. Ryantm
2026-01-27 13:59:38 +00:00
parent 2d027a414e
commit 7e050e9bf2
+2 -2
View File
@@ -38,13 +38,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "linyaps";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "OpenAtom-Linyaps";
repo = finalAttrs.pname;
tag = finalAttrs.version;
hash = "sha256-qPHDAwEQVnHLWGioEfgz11ZWhlEBJynap3a0hgfL050=";
hash = "sha256-iGdZc+i1l/+raI7Pjpj3LOtxvSJ37fUth3VsKaV54u0=";
};
patches = [