Merge pull request #310246 from r-ryantm/auto-update/fermyon-spin

fermyon-spin: 2.4.2 -> 2.5.1
This commit is contained in:
Doron Behar 2024-06-13 10:19:42 +03:00 committed by GitHub
commit 0c31cf50cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,16 +16,18 @@ let
aarch64-darwin = "macos-aarch64"; aarch64-darwin = "macos-aarch64";
}.${system} or (throw "Unsupported system: ${system}"); }.${system} or (throw "Unsupported system: ${system}");
# TODO: It'd be nice to write an update script that would update all of these
# hashes together.
packageHash = { packageHash = {
x86_64-linux = "sha256-LHiLkZ+VN+wPnq6OukXozQWKh7ewNaFor1ndCUlCBtU="; x86_64-linux = "sha256-gYHIfvgofT9tKYCchZoRYvioLCtp2wfaOtuVWxTyujM=";
aarch64-linux = "sha256-1+rLGnm+LhbYigYUcmuLICLFXUk3wjOkmxuCuuI+Xqc="; aarch64-linux = "sha256-zW+aeUc67pa6mQQkfazShHKAvGeucswLK1eRCxzXOJM=";
x86_64-darwin = "sha256-mJA3VXfNr6578Q2xw0xOZccloQpeCIsjn3dVdlsnTVs="; x86_64-darwin = "sha256-ph+SrrxOIyG9rRS098duhvDFiNGuh0o2uemm++J+zKw=";
aarch64-darwin = "sha256-FNl3UefJWA8yJ2B44GUEK6py7DLikJrygIwsqdIjW9c="; aarch64-darwin = "sha256-eOpRaivRhk841/TCxC4ygw27UrPkqQCMH2mme2qo8V8=";
}.${system} or (throw "Unsupported system: ${system}"); }.${system} or (throw "Unsupported system: ${system}");
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "fermyon-spin"; pname = "fermyon-spin";
version = "2.4.2"; version = "2.5.1";
# Use fetchurl rather than fetchzip as these tarballs are built by the project # Use fetchurl rather than fetchzip as these tarballs are built by the project
# and not by GitHub (and thus are stable) - this simplifies the update script # and not by GitHub (and thus are stable) - this simplifies the update script