Commit c42b85cf authored by R. RyanTM's avatar R. RyanTM
Browse files

ventoy-bin-full: 1.0.88 -> 1.0.89

parent 6169ccb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,13 +51,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "ventoy-bin";
  version = "1.0.88";
  version = "1.0.89";

  src = let
    inherit (finalAttrs) version;
  in fetchurl {
    url = "https://github.com/ventoy/Ventoy/releases/download/v${version}/ventoy-${version}-linux.tar.gz";
    hash = "sha256-mg1dzXREIhO9LsoCEauuBR9ESGHM3RvoFN+5vHU0HDA=";
    hash = "sha256-dPBMABzmITUenOe57BD5EmofZeXC9v6IpW7m+OhhYdA=";
  };

  patches = [