Skip to content

Commit

Permalink
[Packages] Gala: update urls
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Bazulin <[email protected]>
  • Loading branch information
baz2142 authored and brianmcgillion committed Jan 26, 2024
1 parent e43d37f commit 9577668
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/gala/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ in
if stdenv.isAarch64
then
pkgs.fetchurl {
url = "https://vedenemo.dev/files/gala/b18b96c3-eb7d-4195-ad73-800b4e043176-gala-electron-test-arm64.zip";
sha256 = "0v69hdl4frwxr4hpjw1lsbhk7nfa241wh5dhdc602p18cj8zr428";
url = "https://vedenemo.dev/files/gala/eb56901d-410c-4c09-bbac-9e954a3f16b0-gala-electron-test-0.1.26-arm64.zip";
sha256 = "16d8g6h22zsnw4kq8nkama5yxp5swn7fj8m197kgm58w3dai3mn7";
}
else
pkgs.fetchurl {
url = "https://vedenemo.dev/files/gala/b18b96c3-eb7d-4195-ad73-800b4e043176-gala-electron-test.zip";
sha256 = "05mj8dvsnzk06mjh65ji6i9c529p89kvvi60wkn1kb9xrvw0926m";
url = "https://vedenemo.dev/files/gala/eb56901d-410c-4c09-bbac-9e954a3f16b0-gala-electron-test-0.1.26.zip";
sha256 = "0chn1rbdvs71mxfdwpld4v2zdg2crrqln9ckscivas48rmg6sj6f";
};

phases = "unpackPhase fixupPhase";
Expand Down

0 comments on commit 9577668

Please sign in to comment.