diff options
Diffstat (limited to '')
-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 c6533158..5406c514 100644 --- a/pkgs/by-name/yt/yt/package.nix +++ b/pkgs/by-name/yt/yt/package.nix @@ -29,7 +29,7 @@ pkg-config, SDL2, }: let - version = "1.6.1"; + version = "1.7.0"; in rustPlatform.buildRustPackage (finalAttrs: { inherit version; @@ -38,7 +38,7 @@ in src = fetchgit { url = "https://git.foss-syndicate.org/bpeetz/clients/yt"; tag = "v${version}"; - hash = "sha256-vVmn0uPQ5t5wcrRbvabD7SOHR2hIjH2NdTE4hJaE3rk="; + hash = "sha256-7PWGXucGBsn3IuainNZ23IW5t19SyEATwqGxYgZGqrw="; }; buildInputs = [ @@ -88,7 +88,7 @@ in bash ./scripts/mkdb.sh ''; - cargoHash = "sha256-6xRBXHSYUeOqRk2C5LmEwm4YLuiEjLcFDMokSMHuGXQ="; + cargoHash = "sha256-5c2VKjYj8pFHx+aLgGcnqbegIhJia6vB73cwuYjs7Sg="; postInstall = let collectDeps = pkg: let |