ariang: 1.3.5 -> 1.3.6

This commit is contained in:
R. Ryantm 2023-05-20 06:16:53 +00:00
parent 1362b2c8d6
commit aa7f9ddc74

View File

@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "ariang";
version = "1.3.5";
version = "1.3.6";
src = fetchFromGitHub {
owner = "mayswind";
repo = "AriaNg";
rev = version;
hash = "sha256-Ki9W66ITdunxU+HQWVf2pG+BROlYFYUJSAySC8wsJRo=";
hash = "sha256-+wwtBEZgU83FNQ5f9oQh5G4RQdCODzoqcV1XfwWKUKg=";
};
npmDepsHash = "sha256-FyIQinOQDJ+k612z/qkl3KW0z85sswRhQCbF6N63z8Y=";
npmDepsHash = "sha256-KfzD8g6eAWvNjrGaVNt5x4I9o2E273S02o4nkn7BFSs=";
makeCacheWritable = true;