Skip to content

Commit

Permalink
vesktop: 1.5.4 -> 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
42willow committed Feb 6, 2025
1 parent 29c58cf commit 482d1c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ve/vesktop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "vesktop";
version = "1.5.4";
version = "1.5.5";

src = fetchFromGitHub {
owner = "Vencord";
repo = "Vesktop";
rev = "v${finalAttrs.version}";
hash = "sha256-zvyDKgNTRha7Z7KGAA7x9LRJrL+1zyb5TZEFFK8Ffrc=";
hash = "sha256-z2MKnCWDWUczoz39zzBYRB6wiSU1SRRHLpeUZeJqbLc=";
};

pnpmDeps = pnpm_9.fetchDeps {
Expand All @@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
src
patches
;
hash = "sha256-GSAOdvd8X4dQNTDZMnzc4oMY54TKvdPuAOMb6DRzCEM=";
hash = "sha256-xn3yE2S6hfCijV+Edx3PYgGro8eF76/GqarOIRj9Tbg=";
};

nativeBuildInputs =
Expand Down

0 comments on commit 482d1c3

Please sign in to comment.