linyaps-box: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2026-06-26 23:10:56 +00:00
parent da86400f73
commit 82d86164e4
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "linyaps-box";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "OpenAtom-Linyaps";
repo = "linyaps-box";
rev = finalAttrs.version;
hash = "sha256-s17BI5nftQFrDZQVKBJjQYSOJHDPlkA2VLG4Hd61xSY=";
hash = "sha256-KULNPztaDeO6Dih98KcnawMz2rDjQd6AYT9FgAADhIg=";
};
nativeBuildInputs = [