mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
Merge pull request #202033 from r-ryantm/auto-update/ventoy-bin
ventoy-bin: 1.0.81 -> 1.0.82
This commit is contained in:
commit
7401a17cfb
@ -51,13 +51,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "ventoy-bin";
|
pname = "ventoy-bin";
|
||||||
version = "1.0.81";
|
version = "1.0.82";
|
||||||
|
|
||||||
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-15y05g+F+oEFYUUy7SE57GZ1RSHqdZnk2iOPsy1L0GI=";
|
hash = "sha256-NN36gg2rUZgAxyMoYhMc7IbWgQLrPvuWERDF7JVsFfw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
Reference in New Issue
Block a user