ventoy: 1.0.90 -> 1.0.91

This commit is contained in:
Anderson Torres 2023-04-12 22:47:16 -03:00
parent c0ba68e874
commit 3a6205d9f7

View file

@ -51,13 +51,13 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "ventoy"; pname = "ventoy";
version = "1.0.90"; version = "1.0.91";
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-UJ4kgtF2lIZn37p1SDkvCyHmuBSFSHmMHKLD4/ZorbQ="; hash = "sha256-9vsFdOxsW1Cs06gVPvQusju2+wp4PpBwbHZUugwb3co=";
}; };
patches = [ patches = [