ariang: 1.3.11 -> 1.3.12 (#472453)

This commit is contained in:
Nick Cao
2025-12-27 20:40:31 +00:00
committed by GitHub
+3 -3
View File
@@ -11,16 +11,16 @@
buildNpmPackage rec {
pname = "ariang";
version = "1.3.11";
version = "1.3.12";
src = fetchFromGitHub {
owner = "mayswind";
repo = "AriaNg";
tag = version;
hash = "sha256-TisgE5VFOe/1LbDq43AHASMVhC85BglETYFcvsQpwMw=";
hash = "sha256-InS+kw/bF1ygiFoWgpXg//XE5xgQifIr79C6Qoa84Fo=";
};
npmDepsHash = "sha256-wWy9XxwZvUo89kgxApHd3qZ2Bb4NgifQ96WRDsZvTGU=";
npmDepsHash = "sha256-ch/+i0jNO47Zyet7/MTaIpibbaPJi9Sq97jTp8iq6dA=";
makeCacheWritable = true;