ventoy: 1.0.94 -> 1.0.95
This commit is contained in:
parent
d4ff648c98
commit
7d50a61070
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ventoy";
|
||||
version = "1.0.94";
|
||||
version = "1.0.95";
|
||||
|
||||
src =
|
||||
let
|
||||
|
@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
in
|
||||
fetchurl {
|
||||
url = "https://github.com/ventoy/Ventoy/releases/download/v${version}/ventoy-${version}-linux.tar.gz";
|
||||
hash = "sha256-dVcr0qDG95QC9ay1Sbhs9IxCGzpLvej2XRmje29fWhQ=";
|
||||
hash = "sha256-Tsi541GAMrWBl5xLo/K+uEyaoaDSWvwp5RMzZ5V6RAU=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue