linyaps-box: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2025-10-14 13:37:45 +00:00
parent 2ea123939c
commit 5327d94ef5

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "linyaps-box";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "OpenAtom-Linyaps";
repo = "linyaps-box";
rev = finalAttrs.version;
hash = "sha256-Pdhb7dwAabDfhxmEifZblxEi9F4OUIDPx1X07f2AwPE=";
hash = "sha256-h7tbjIcVgwTw3SLGzJzG17WpDdsCqHD4AXvAFEiwesw=";
};
nativeBuildInputs = [