3
0
Fork 0
forked from mirrors/nixpkgs

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

ventoy-bin: 1.0.79 -> 1.0.80
This commit is contained in:
Anderson Torres 2022-09-22 08:22:06 -03:00 committed by GitHub
commit c2ab0162a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,11 +51,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ventoy-bin";
version = "1.0.79";
version = "1.0.80";
src = fetchurl {
url = "https://github.com/ventoy/Ventoy/releases/download/v${finalAttrs.version}/ventoy-${finalAttrs.version}-linux.tar.gz";
hash = "sha256-azkoDquN/i01QHsd1wJG79kdhHhBvXzPXIRnjKHAHNE=";
hash = "sha256-FmMpMUy8VqwbOiRWZdoY76ToSoWWbBGM5h/9VS8rYRY=";
};
patches = [