3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #261594 from r-ryantm/auto-update/_86Box

_86Box: 4.0 -> 4.0.1
This commit is contained in:
OTABI Tomoya 2023-10-19 13:06:41 +09:00 committed by GitHub
commit 458ef9126a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "86Box";
version = "4.0";
version = "4.0.1";
src = fetchFromGitHub {
owner = "86Box";
repo = "86Box";
rev = "v${version}";
hash = "sha256-VTfYCVEbArcYVzh3NkX1yBXhtRnGZ/+khk0KG42fs24=";
hash = "sha256-1005Czm4CftL96G0+sKV1wx/ogXTKS0vQAzZHtIMlKA=";
};
nativeBuildInputs = [