_86Box: 4.0 -> 4.0.1

This commit is contained in:
R. Ryantm 2023-10-17 09:15:01 +00:00
parent 02f1909394
commit 25667e7bf1

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 = [