about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-02-27 11:13:20 +0900
committerGitHub <noreply@github.com>2024-02-27 11:13:20 +0900
commitc4a26b7390a45ffc8e8db20f7b9c8819f9d71cb7 (patch)
treed5c7f7cd45aa577411ce82d7bb8ee5476e408104 /pkgs
parent5b6a4893e89c6a8378b751a34df3de4576910f48 (diff)
parent07175da12d71e4b7b1c7254d5718d38193d86ac0 (diff)
Merge pull request #290653 from r-ryantm/auto-update/_86Box
_86Box: 4.0.1 -> 4.1
Diffstat (limited to 'pkgs')
-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 = [