Skip to content

Commit

Permalink
Merge pull request #285199 from r-ryantm/auto-update/fermyon-spin
Browse files Browse the repository at this point in the history
fermyon-spin: 2.1.0 -> 2.2.0
  • Loading branch information
amaxine authored Feb 9, 2024
2 parents 01b16ba + ffa28e9 commit 7a51373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/fermyon-spin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ let
}.${system} or (throw "Unsupported system: ${system}");

packageHash = {
x86_64-linux = "sha256-i06Zp176zl7y8P32Hss64QkMc/+vXtkQy/tkOPSX3dc=";
x86_64-linux = "sha256-Y0Inew0PncpnEpdLWtl/85t93eGSRewKh5mvGnn+yck=";
aarch64-linux = "sha256-HEm3TaLeaws8G73CU9BmxeplQdeF9nQbBSnbctaVhqI=";
x86_64-darwin = "sha256-mlshpN/4Od4qrXiqIEYo7G84Dtb+tp2nK2VnrRG2rto=";
aarch64-darwin = "sha256-aJH/vOidj0vbkttGDgelaAC/dMYguQPLjxl+V3pOVzI=";
}.${system} or (throw "Unsupported system: ${system}");

in stdenv.mkDerivation rec {
pname = "fermyon-spin";
version = "2.1.0";
version = "2.2.0";

src = fetchzip {
url = "https://github.com/fermyon/spin/releases/download/v${version}/spin-v${version}-${platform}.tar.gz";
Expand Down

0 comments on commit 7a51373

Please sign in to comment.