ventoy-bin-full: 1.0.88 -> 1.0.89

This commit is contained in:
R. Ryantm 2023-03-10 00:41:05 +00:00
parent 6169ccb87d
commit c42b85cfd2

View file

@ -51,13 +51,13 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "ventoy-bin"; pname = "ventoy-bin";
version = "1.0.88"; version = "1.0.89";
src = let src = let
inherit (finalAttrs) version; inherit (finalAttrs) version;
in fetchurl { in fetchurl {
url = "https://github.com/ventoy/Ventoy/releases/download/v${version}/ventoy-${version}-linux.tar.gz"; url = "https://github.com/ventoy/Ventoy/releases/download/v${version}/ventoy-${version}-linux.tar.gz";
hash = "sha256-mg1dzXREIhO9LsoCEauuBR9ESGHM3RvoFN+5vHU0HDA="; hash = "sha256-dPBMABzmITUenOe57BD5EmofZeXC9v6IpW7m+OhhYdA=";
}; };
patches = [ patches = [