ariang: 1.3.13 -> 1.3.14

This commit is contained in:
R. Ryantm
2026-07-07 16:01:27 +00:00
parent 1350febcfa
commit bf49257314
+3 -3
View File
@@ -11,18 +11,18 @@
buildNpmPackage rec {
pname = "ariang";
version = "1.3.13";
version = "1.3.14";
src = fetchFromGitHub {
owner = "mayswind";
repo = "AriaNg";
tag = version;
hash = "sha256-u4MnjGMvnnb9EGHwK2QYpW7cuX1e1+6z2/1X1baR8iA=";
hash = "sha256-wPFZGNqVveDj9Dh0QSxyy93K7G91CACD4RzmgjaRxjI=";
};
nodejs = nodejs_22;
npmDepsHash = "sha256-kxoSEdM8H7M9s6U2dtCdfuvqVROEk35jAkO7MgyVVRg=";
npmDepsHash = "sha256-D+yqIDeJki0h6bT8eia8W8Xbokjgl4nlBXLApfhMwVc=";
makeCacheWritable = true;