Skip to content

Commit

Permalink
vieb: 12.1.0 -> 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tejing1 committed Jan 21, 2025
1 parent 0244cad commit aa19c10
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packagesFunc/vieb.nix
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@

{ stdenv, buildNpmPackage, fetchFromGitHub, electron, makeWrapper, python3, makeDesktopItem, nix-update-script, lib }:

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

src = fetchFromGitHub {
owner = "Jelmerro";
repo = pname;
rev = version;
hash = "sha256-Gx2O5KJ0N/rSTwYcA10bRjXacIUdXETd18dkGBVv8wM=";
hash = "sha256-5LbVSwU+G3mu5MWxmnscoqfQw3ZA9xFXNJGYx3L+aUQ=";
};

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

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

0 comments on commit aa19c10

Please sign in to comment.