Skip to content

Commit fa10253

Browse files
authored
vesktop: 1.5.4 -> 1.5.5 (#379771)
2 parents 082fd30 + 482d1c3 commit fa10253

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ve/vesktop/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
}:
2525
stdenv.mkDerivation (finalAttrs: {
2626
pname = "vesktop";
27-
version = "1.5.4";
27+
version = "1.5.5";
2828

2929
src = fetchFromGitHub {
3030
owner = "Vencord";
3131
repo = "Vesktop";
3232
rev = "v${finalAttrs.version}";
33-
hash = "sha256-zvyDKgNTRha7Z7KGAA7x9LRJrL+1zyb5TZEFFK8Ffrc=";
33+
hash = "sha256-z2MKnCWDWUczoz39zzBYRB6wiSU1SRRHLpeUZeJqbLc=";
3434
};
3535

3636
pnpmDeps = pnpm_9.fetchDeps {
@@ -40,7 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
4040
src
4141
patches
4242
;
43-
hash = "sha256-GSAOdvd8X4dQNTDZMnzc4oMY54TKvdPuAOMb6DRzCEM=";
43+
hash = "sha256-xn3yE2S6hfCijV+Edx3PYgGro8eF76/GqarOIRj9Tbg=";
4444
};
4545

4646
nativeBuildInputs =

0 commit comments

Comments
 (0)