Merge pull request #202033 from r-ryantm/auto-update/ventoy-bin

ventoy-bin: 1.0.81 -> 1.0.82

authored by Anderson Torres and committed by GitHub 7401a17c 6d8c3257

+2 -2
+2 -2
pkgs/tools/cd-dvd/ventoy-bin/default.nix
··· 51 51 in 52 52 stdenv.mkDerivation (finalAttrs: { 53 53 pname = "ventoy-bin"; 54 - version = "1.0.81"; 54 + version = "1.0.82"; 55 55 56 56 src = let 57 57 inherit (finalAttrs) version; 58 58 in fetchurl { 59 59 url = "https://github.com/ventoy/Ventoy/releases/download/v${version}/ventoy-${version}-linux.tar.gz"; 60 - hash = "sha256-15y05g+F+oEFYUUy7SE57GZ1RSHqdZnk2iOPsy1L0GI="; 60 + hash = "sha256-NN36gg2rUZgAxyMoYhMc7IbWgQLrPvuWERDF7JVsFfw="; 61 61 }; 62 62 63 63 patches = [