vscode-extensions.visualjj.visualjj: 0.14.1 -> 0.14.2 (#395472)

authored by Pol Dellaiera and committed by GitHub da0462d8 3d9f7465

+5 -5
+5 -5
pkgs/applications/editors/vscode/extensions/visualjj.visualjj/default.nix
··· 11 sources = { 12 "x86_64-linux" = { 13 arch = "linux-x64"; 14 - hash = "sha256-eeLALUmJoIJfLKbX7MWQFIexfid7eOPTK0UE1sgd5jA="; 15 }; 16 "x86_64-darwin" = { 17 arch = "darwin-x64"; 18 - hash = "sha256-DftuIxJpP3zcfsoCam4FoqO2PSS/xPTmdefjhWAJqc0="; 19 }; 20 "aarch64-linux" = { 21 arch = "linux-arm64"; 22 - hash = "sha256-TiZTp19fcDYPvJnx7F/i96JD8gcE+t1irZstnuagchQ="; 23 }; 24 "aarch64-darwin" = { 25 arch = "darwin-arm64"; 26 - hash = "sha256-oXKAxgZ1IH+qiw9E/96J7rmvSHgLPwLZItLpFRjh7c0="; 27 }; 28 }; 29 in 30 { 31 name = "visualjj"; 32 publisher = "visualjj"; 33 - version = "0.14.1"; 34 } 35 // sources.${stdenvNoCC.hostPlatform.system} 36 or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");
··· 11 sources = { 12 "x86_64-linux" = { 13 arch = "linux-x64"; 14 + hash = "sha256-s3peDZApzSfemXRqRjf5fYQGHVf1DAP7XG4NuOqiGcY="; 15 }; 16 "x86_64-darwin" = { 17 arch = "darwin-x64"; 18 + hash = "sha256-WutwGOcXoREk6oUdFjhsKcrf64CG4GSn9JgGWiQe9l8="; 19 }; 20 "aarch64-linux" = { 21 arch = "linux-arm64"; 22 + hash = "sha256-377T8cfY4jHX+iJjdDScMP+wX6UZCYLasl16ngwfq6U="; 23 }; 24 "aarch64-darwin" = { 25 arch = "darwin-arm64"; 26 + hash = "sha256-fufJ9NV73skhwBFe2vCLjh5ykQagXfO0VAdHGPhfOQ4="; 27 }; 28 }; 29 in 30 { 31 name = "visualjj"; 32 publisher = "visualjj"; 33 + version = "0.14.2"; 34 } 35 // sources.${stdenvNoCC.hostPlatform.system} 36 or (throw "Unsupported system ${stdenvNoCC.hostPlatform.system}");