ventoy-full: 1.1.00 -> 1.1.01 (#380923)

Co-authored-by: AndersonTorres <torres.anderson.85@protonmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-12 03:03:17 +00:00
committed by GitHub
co-authored by AndersonTorres
+2 -2
View File
@@ -56,11 +56,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ventoy";
version = "1.1.00";
version = "1.1.01";
src = fetchurl {
url = "https://github.com/ventoy/Ventoy/releases/download/v${finalAttrs.version}/ventoy-${finalAttrs.version}-linux.tar.gz";
hash = "sha256-J6Krr/pTHGcwWRkJdUVdt6YVg/IhUo4G2h7jjR6lcC8=";
hash = "sha256-YR0/zet8EuhkWv4OsHD8yK4NvAVWJ3ExyPaV4t2PKvE=";
};
patches = [