summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-07 08:13:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-07 08:13:25 +0000
commit08b713e0443d093c9b0929e37a65907bd9af1c4b (patch)
tree3222061d60ba6556a270833a08008692bfcf88cf /pkgs/tools/cd-dvd
parent7ea3d4395dc97845ff755caa790b3ccffdb681dc (diff)
downloadnixpkgs-08b713e0443d093c9b0929e37a65907bd9af1c4b.tar
nixpkgs-08b713e0443d093c9b0929e37a65907bd9af1c4b.tar.gz
nixpkgs-08b713e0443d093c9b0929e37a65907bd9af1c4b.tar.bz2
nixpkgs-08b713e0443d093c9b0929e37a65907bd9af1c4b.tar.lz
nixpkgs-08b713e0443d093c9b0929e37a65907bd9af1c4b.tar.xz
nixpkgs-08b713e0443d093c9b0929e37a65907bd9af1c4b.tar.zst
nixpkgs-08b713e0443d093c9b0929e37a65907bd9af1c4b.zip
ventoy-bin: 1.0.82 -> 1.0.84
Diffstat (limited to 'pkgs/tools/cd-dvd')
-rw-r--r--pkgs/tools/cd-dvd/ventoy-bin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/cd-dvd/ventoy-bin/default.nix b/pkgs/tools/cd-dvd/ventoy-bin/default.nix
index 8f1571d1aee..5f0f7177d9a 100644
--- a/pkgs/tools/cd-dvd/ventoy-bin/default.nix
+++ b/pkgs/tools/cd-dvd/ventoy-bin/default.nix
@@ -51,13 +51,13 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "ventoy-bin";
-  version = "1.0.82";
+  version = "1.0.84";
 
   src = let
     inherit (finalAttrs) version;
   in fetchurl {
     url = "https://github.com/ventoy/Ventoy/releases/download/v${version}/ventoy-${version}-linux.tar.gz";
-    hash = "sha256-NN36gg2rUZgAxyMoYhMc7IbWgQLrPvuWERDF7JVsFfw=";
+    hash = "sha256-ygIAw270Px5nRrSrsD3yLBRFBKGwzdxXzQ6udS9g2ZI=";
   };
 
   patches = [