Skip to content

Commit

Permalink
box64: 0.3.0 -> 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 11, 2024
1 parent d87246a commit 18f1813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/box64/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ assert

stdenv.mkDerivation (finalAttrs: {
pname = "box64";
version = "0.3.0";
version = "0.3.2";

src = fetchFromGitHub {
owner = "ptitSeb";
repo = "box64";
rev = "v${finalAttrs.version}";
hash = "sha256-8PpTN7lUjpmSowbaRsfSRWJQRDZICFhVvn05tQYC4PQ=";
hash = "sha256-SHAfZatLrc6+8kRHGwUlXuUP0blQazZtdQmDv58Csv4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 18f1813

Please sign in to comment.