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

ventoy-bin: 1.0.80 -> 1.0.81
This commit is contained in:
Thiago Kenji Okada
2022-10-26 15:55:23 +01:00
committed by GitHub
+2 -2
View File
@@ -51,11 +51,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ventoy-bin";
version = "1.0.80";
version = "1.0.81";
src = fetchurl {
url = "https://github.com/ventoy/Ventoy/releases/download/v${finalAttrs.version}/ventoy-${finalAttrs.version}-linux.tar.gz";
hash = "sha256-FmMpMUy8VqwbOiRWZdoY76ToSoWWbBGM5h/9VS8rYRY=";
hash = "sha256-15y05g+F+oEFYUUy7SE57GZ1RSHqdZnk2iOPsy1L0GI=";
};
patches = [