Unverified Commit c1af65f3 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

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

ventoy: 1.0.98 -> 1.0.99
parents 3eeeea0f fdc79254
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,11 +50,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "ventoy";
  version = "1.0.98";
  version = "1.0.99";

  src = fetchurl {
    url = "https://github.com/ventoy/Ventoy/releases/download/v${finalAttrs.version}/ventoy-${finalAttrs.version}-linux.tar.gz";
    hash = "sha256-JjBB9vG7CNs4Fbp6IIBkIpZg7l9g0e58tjhznc7OsLw=";
    hash = "sha256-RnzdGIp/c5vHBq28HWlfYf/e/JWRatsBWUfYCCnwCj0=";
  };

  patches = [