about summary refs log tree commit diff
path: root/pkgs/applications/emulators/86box
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-22 15:56:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-22 15:56:25 +0000
commit07175da12d71e4b7b1c7254d5718d38193d86ac0 (patch)
tree6b8388f3817b49497c033b8f2d7b8e5217423642 /pkgs/applications/emulators/86box
parent2a56c2ca6814a31f8211dad09302398a06acbcdf (diff)
_86Box: 4.0.1 -> 4.1
Diffstat (limited to 'pkgs/applications/emulators/86box')
-rw-r--r--pkgs/applications/emulators/86box/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/86box/default.nix b/pkgs/applications/emulators/86box/default.nix
index 3083f2dccbe16..93b95b4c2b7c3 100644
--- a/pkgs/applications/emulators/86box/default.nix
+++ b/pkgs/applications/emulators/86box/default.nix
@@ -10,13 +10,13 @@
 
 stdenv.mkDerivation rec {
   pname = "86Box";
-  version = "4.0.1";
+  version = "4.1";
 
   src = fetchFromGitHub {
     owner = "86Box";
     repo = "86Box";
     rev = "v${version}";
-    hash = "sha256-1005Czm4CftL96G0+sKV1wx/ogXTKS0vQAzZHtIMlKA=";
+    hash = "sha256-JYOJFXiUTLRs6AEMYNx88PwcVw13ChQzV1ZE5OtX6Ds=";
   };
 
   nativeBuildInputs = [