ventoy: 1.0.90 -> 1.0.91

+2 -2
+2 -2
pkgs/tools/cd-dvd/ventoy/default.nix
··· 51 51 in 52 52 stdenv.mkDerivation (finalAttrs: { 53 53 pname = "ventoy"; 54 - version = "1.0.90"; 54 + version = "1.0.91"; 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-UJ4kgtF2lIZn37p1SDkvCyHmuBSFSHmMHKLD4/ZorbQ="; 60 + hash = "sha256-9vsFdOxsW1Cs06gVPvQusju2+wp4PpBwbHZUugwb3co="; 61 61 }; 62 62 63 63 patches = [