ventoy-bin-full: 1.0.88 -> 1.0.89
This commit is contained in:
parent
6169ccb87d
commit
c42b85cfd2
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue