Merge pull request #232955 from r-ryantm/auto-update/ariang

ariang: 1.3.5 -> 1.3.6
This commit is contained in:
Felix Bühler 2023-05-20 12:10:26 +02:00 committed by GitHub
commit 288ebe2e15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;