aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/yt/yt/package.nix6
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 2cf9a3b5..d27831fc 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.0";
+ version = "1.3.1";
src = fetchgit {
url = "https://git.vhack.eu/soispha/clients/yt";
rev = "v${version}";
- hash = "sha256-eIoYwkuCNfzXuk1yePceBXiI3T7pFrOa+PIY9Z6arjo=";
+ hash = "sha256-1hIu4/7LwDZKNmvQ7BoEaxhU68rBbgDyajgramnOhCA=";
};
buildInputs = [
@@ -59,7 +59,7 @@ in
bash ./scripts/mkdb.sh
'';
- cargoHash = "sha256-dwr33Ex5PDULdNe0l14NUPNev2gr/KHXlbtptX+LNjo=";
+ cargoHash = "sha256-2ZWrBlM2WQxxjZh+3G8ZgY1PDUbIKp4Y44LymdkQOzE=";
postBuild = ''
install -m755 ./python_update/raw_update.py -D "$out/bin/raw_update.py"