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

ventoy-bin-full: 1.0.87 -> 1.0.88
This commit is contained in:
Anderson Torres 2023-01-15 16:35:01 -03:00 committed by GitHub
commit 1b5dad24ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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