1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #266725 from tejing1/update-vieb-10.5.0

vieb: 10.4.0 -> 10.6.0
This commit is contained in:
Weijia Wang 2023-12-03 18:57:56 +01:00 committed by GitHub
commit bf4ee01fc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View file

@ -2,20 +2,20 @@
buildNpmPackage rec {
pname = "vieb";
version = "10.4.0";
version = "10.6.0";
src = fetchFromGitHub {
owner = "Jelmerro";
repo = pname;
rev = version;
hash = "sha256-SQQDlOSP1MZeN6BHdahpxpZ0e60lgA4ph0r2jkmTdP8=";
hash = "sha256-WVG30wkyGiqd3uEhk2h2MHu4L0yE6DRP6NAKMExjuOs=";
};
postPatch = ''
sed -i '/"electron"/d' package.json
'';
npmDepsHash = "sha256-yCWSEuhiP6DfcFns6uyUrLBJeQbOK7yJ9QfGhHkTlHI=";
npmDepsHash = "sha256-kvC1+odojkSFWqcyNUg2SbeEn1EkA+EdfaVWY9QmPz4=";
makeCacheWritable = true;
dontNpmBuild = true;
@ -52,8 +52,6 @@ buildNpmPackage rec {
distPhase = ":"; # disable useless $out/tarballs directory
passthru.updateScript = nix-update-script {};
meta = with lib; {
homepage = "https://vieb.dev/";
changelog = "https://github.com/Jelmerro/Vieb/releases/tag/${version}";

View file

@ -34538,8 +34538,6 @@ with pkgs;
vgmtools = callPackage ../tools/audio/vgmtools { };
vieb = callPackage ../applications/networking/browsers/vieb { };
vital = callPackage ../applications/audio/vital { };
vivaldi = callPackage ../applications/networking/browsers/vivaldi { };