Skip to content

Commit

Permalink
box64: 0.3.0 -> 0.3.2 (#364190)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 18, 2024
2 parents 8b05f14 + 18f1813 commit 6ac5496
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 6ac5496

Please sign in to comment.