Skip to content

Commit

Permalink
playdate-sdk: 2.6.1 -> 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 26, 2024
1 parent 0585cb1 commit e8794e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/playdate-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ in

stdenv.mkDerivation rec {
pname = "playdate-sdk";
version = "2.6.1";
version = "2.6.2";

src = fetchurl {
url = "https://download.panic.com/playdate_sdk/Linux/PlaydateSDK-${version}.tar.gz";
hash = "sha256-xSzMZFi7SaEKttsxB896YDRZkP+L1fI/LnMFw2InfEQ=";
hash = "sha256-GDqXXPgBYSiKuxcV3M/Ho5ALX5IAOkx6neK6bZKYt7E=";
};

strictDeps = true;
Expand Down

0 comments on commit e8794e2

Please sign in to comment.