Skip to content

Commit

Permalink
[UserApps] Gala: update binary URL
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 Sep 22, 2023
1 parent 5c2e7d1 commit ebc0155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions user-apps/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/dev.scpp.saca.gala-0.0.1.1-arm64.zip";
sha256 = "sha256-fNneedDxGfvJuRlq6RHkqCXYhTnhLR2RgFQpXevJwBY=";
url = "https://vedenemo.dev/files/7332c51d-852e-45fe-b9d1-31185ee779a9-gala-electron-demo-b-arm64.zip";
sha256 = "01bn37mqzhbgjjxamqqmfdf1h6d4bljj8sdkplvxv3r1sid35s0w";
}
else
pkgs.fetchurl {
url = "https://vedenemo.dev/files/dev.scpp.saca.gala-0.0.1.1.zip";
sha256 = "sha256-h6knT6OIYbDlnmgb2v2UHk0eKjMU7lSLdvmqbJu0s94=";
url = "https://vedenemo.dev/files/7332c51d-852e-45fe-b9d1-31185ee779a9-gala-electron-demo-b.zip";
sha256 = "08laswhrx15sgbwjvq1jibihi71vh9s9xckrs6cjk0wljpb2pfra";
};

phases = "unpackPhase fixupPhase";
Expand Down

0 comments on commit ebc0155

Please sign in to comment.