linyaps-box: 2.1.2 -> 2.2.0

This commit is contained in:
R. Ryantm
2026-06-18 07:58:46 +00:00
parent a0fe7a7f2e
commit 27f2564b55
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "linyaps-box";
version = "2.1.2";
version = "2.2.0";
src = fetchFromGitHub {
owner = "OpenAtom-Linyaps";
repo = "linyaps-box";
rev = finalAttrs.version;
hash = "sha256-i4wSddstCosDpBEcunoVsV464PTHmuvDDEFrsPQKnxU=";
hash = "sha256-s17BI5nftQFrDZQVKBJjQYSOJHDPlkA2VLG4Hd61xSY=";
};
nativeBuildInputs = [