Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

_86Box: 4.0 -> 4.0.1

+2 -2
+2 -2
pkgs/applications/emulators/86box/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "86Box"; 13 - version = "4.0"; 13 + version = "4.0.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "86Box"; 17 17 repo = "86Box"; 18 18 rev = "v${version}"; 19 - hash = "sha256-VTfYCVEbArcYVzh3NkX1yBXhtRnGZ/+khk0KG42fs24="; 19 + hash = "sha256-1005Czm4CftL96G0+sKV1wx/ogXTKS0vQAzZHtIMlKA="; 20 20 }; 21 21 22 22 nativeBuildInputs = [