ventoy-full: 1.1.01 -> 1.1.05

This commit is contained in:
R. Ryantm
2025-03-02 22:12:43 +01:00
committed by Bjørn Forsman
parent 462768e02b
commit d7fde720f4
+2 -2
View File
@@ -56,11 +56,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ventoy";
version = "1.1.01";
version = "1.1.05";
src = fetchurl {
url = "https://github.com/ventoy/Ventoy/releases/download/v${finalAttrs.version}/ventoy-${finalAttrs.version}-linux.tar.gz";
hash = "sha256-YR0/zet8EuhkWv4OsHD8yK4NvAVWJ3ExyPaV4t2PKvE=";
hash = "sha256-M3nJmJA1nc/1Wqt/ezKG+HyYjR2i/WFuap4wX7Ch3p4=";
};
patches = [