diff options
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/by-name/yt/yt/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/yt/yt/package.nix b/pkgs/by-name/yt/yt/package.nix index d27831fc..2a2c023e 100644 --- a/pkgs/by-name/yt/yt/package.nix +++ b/pkgs/by-name/yt/yt/package.nix @@ -12,12 +12,12 @@ sqlite, blake3, }: let - version = "1.3.1"; + version = "1.3.2"; src = fetchgit { url = "https://git.vhack.eu/soispha/clients/yt"; rev = "v${version}"; - hash = "sha256-1hIu4/7LwDZKNmvQ7BoEaxhU68rBbgDyajgramnOhCA="; + hash = "sha256-7vubWBuu5MPEF43L9Nrok5ZIeMmgzg9KplKyNnRA5Gg="; }; buildInputs = [ @@ -59,7 +59,7 @@ in bash ./scripts/mkdb.sh ''; - cargoHash = "sha256-2ZWrBlM2WQxxjZh+3G8ZgY1PDUbIKp4Y44LymdkQOzE="; + cargoHash = "sha256-Wl37hiRqZg18MH3ebsWz5EBZ01R4uAmUPDgt38fxB7Y="; postBuild = '' install -m755 ./python_update/raw_update.py -D "$out/bin/raw_update.py" |