diff options
author | R. Ryantm <ryantm-bot@ryantm.com> | 2023-09-06 17:18:35 +0000 |
---|---|---|
committer | Anderson Torres <torres.anderson.85@protonmail.com> | 2023-09-06 18:38:34 +0000 |
commit | 7d50a610708429f5918d4283ab8760f177c897e3 (patch) | |
tree | 4241e7a1cbdf85340218abcb224885512d8ea637 /pkgs/tools/cd-dvd | |
parent | d4ff648c98d457436f00a9380ebe4d0afaf284ff (diff) |
ventoy: 1.0.94 -> 1.0.95
Diffstat (limited to 'pkgs/tools/cd-dvd')
-rw-r--r-- | pkgs/tools/cd-dvd/ventoy/default.nix | 4 |
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 = [ |