Merge pull request #250877 from r-ryantm/auto-update/box64

box64: 0.2.2 -> 0.2.4
This commit is contained in:
Matthias Beyer 2023-08-25 15:01:18 +02:00 committed by GitHub
commit 9553692a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@ assert withDynarec -> stdenv.hostPlatform.isAarch64;
stdenv.mkDerivation rec {
pname = "box64";
version = "0.2.2";
version = "0.2.4";
src = fetchFromGitHub {
owner = "ptitSeb";
repo = pname;
rev = "v${version}";
hash = "sha256-aIvL0H0k0/lz2lCLxB17RxNm0cxVozYthy0z85/FuUE=";
hash = "sha256-iCZv/WvqZkH6i23fSLA/p0nG5/CgzjyU5glVgje4c3w=";
};
nativeBuildInputs = [