Skip to content

Commit

Permalink
vieb: 12.0.0 -> 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tejing1 committed Nov 25, 2024
1 parent b37189b commit 3f83f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packagesFunc/vieb.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@

buildNpmPackage rec {
pname = "vieb";
version = "12.0.0";
version = "12.1.0";

src = fetchFromGitHub {
owner = "Jelmerro";
repo = pname;
rev = version;
hash = "sha256-/gMAGmTsaS9B0qHXHq2Z/77LgcAMKjF6Mt7OiJ9l4wU=";
hash = "sha256-Gx2O5KJ0N/rSTwYcA10bRjXacIUdXETd18dkGBVv8wM=";
};

postPatch = ''
sed -i '/"electron"/d' package.json
'';

npmDepsHash = "sha256-sGDygjb9+tIBHykMUb3UGZrCF8btkFVObTdyx4Y3Q2c=";
npmDepsHash = "sha256-eajM2YysFhp3eiWeJwkfpZPpte31UHrtg9rfMexefsg=";
makeCacheWritable = true;
dontNpmBuild = true;
env.ELECTRON_SKIP_BINARY_DOWNLOAD = 1;
Expand Down

0 comments on commit 3f83f24

Please sign in to comment.