Merge pull request #301995 from r-ryantm/auto-update/ungit

ungit: 1.5.25 -> 1.5.26
This commit is contained in:
Nick Cao 2024-04-06 11:13:13 -04:00 committed by GitHub
commit 1d8cdeed88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "ungit";
version = "1.5.25";
version = "1.5.26";
src = fetchFromGitHub {
owner = "FredrikNoren";
repo = "ungit";
rev = "v${version}";
hash = "sha256-mVBE8HW5dhi00BbVX00rgvc4JtyrTsbina18EzSUcuM=";
hash = "sha256-HTo0z/y7thUrDm6ofHiUtv1UDuqGN+kpMFLuIvxyxZQ=";
};
npmDepsHash = "sha256-DftAovQPKi4hLeqAGCVN8u/9eC4mkTxTJ2WxxOHbkgM=";
npmDepsHash = "sha256-f/CtNYoy5ZOgdVTG2ZdBpXOSNUKSG5wCy0eIl4ov80U=";
env = {
ELECTRON_SKIP_BINARY_DOWNLOAD = true;