scanservjs: 3.0.4 -> 3.1.0

(cherry picked from commit cb998250f2)
This commit is contained in:
R. Ryantm 2026-06-01 13:29:30 +00:00 committed by github-actions[bot]
commit d9356277d8

View file

@ -8,16 +8,16 @@
buildNpmPackage (finalAttrs: {
pname = "scanservjs";
version = "3.0.4";
version = "3.1.0";
src = fetchFromGitHub {
owner = "sbs20";
repo = "scanservjs";
tag = "v${finalAttrs.version}";
hash = "sha256-qCJyQO/hSDF4NOupV7sepwvpNyjSElnqT71LJuIKe+A=";
hash = "sha256-VfFahIyn2MIW4E0sMCpqdduP7F0U7t4a5c1fwpQl7Dc=";
};
npmDepsHash = "sha256-HIWT09G8gqSFt9CIjsjJaDRnj2GO0G6JOGeI0p4/1vw=";
npmDepsHash = "sha256-VB4z7PCOUzhSbSbxLj/47oppMdTvd2lT7WZKDqd+jfo=";
patches = [
./nix-compatibility.patch