about summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-07 00:02:49 +0000
committerGitHub <noreply@github.com>2023-09-07 00:02:49 +0000
commit204bfce5238d1795f8793f71f01d93d308c2aae2 (patch)
tree28994d6fbe009ae06b74651a04041d2b0d4d1487 /pkgs/tools/cd-dvd
parentfa3a4a18c01a32a5faf86c740dbeec84df668d13 (diff)
parent321c1cb530c893331eec39be98556b2bc2b48301 (diff)
downloadnixlib-204bfce5238d1795f8793f71f01d93d308c2aae2.tar
nixlib-204bfce5238d1795f8793f71f01d93d308c2aae2.tar.gz
nixlib-204bfce5238d1795f8793f71f01d93d308c2aae2.tar.bz2
nixlib-204bfce5238d1795f8793f71f01d93d308c2aae2.tar.lz
nixlib-204bfce5238d1795f8793f71f01d93d308c2aae2.tar.xz
nixlib-204bfce5238d1795f8793f71f01d93d308c2aae2.tar.zst
nixlib-204bfce5238d1795f8793f71f01d93d308c2aae2.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/tools/cd-dvd')
-rw-r--r--pkgs/tools/cd-dvd/ventoy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/cd-dvd/ventoy/default.nix b/pkgs/tools/cd-dvd/ventoy/default.nix
index 1983018788ea..cf3bd1fe6c52 100644
--- a/pkgs/tools/cd-dvd/ventoy/default.nix
+++ b/pkgs/tools/cd-dvd/ventoy/default.nix
@@ -50,7 +50,7 @@ let
 in
 stdenv.mkDerivation (finalAttrs: {
   pname = "ventoy";
-  version = "1.0.94";
+  version = "1.0.95";
 
   src =
     let
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
     in
     fetchurl {
       url = "https://github.com/ventoy/Ventoy/releases/download/v${version}/ventoy-${version}-linux.tar.gz";
-      hash = "sha256-dVcr0qDG95QC9ay1Sbhs9IxCGzpLvej2XRmje29fWhQ=";
+      hash = "sha256-Tsi541GAMrWBl5xLo/K+uEyaoaDSWvwp5RMzZ5V6RAU=";
     };
 
   patches = [