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 ea9a996a..dfef050d 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.2.0";
+ version = "1.2.1";
src = fetchgit {
url = "https://git.vhack.eu/soispha/clients/yt";
rev = "v${version}";
- hash = "sha256-VDv0MCEsgmDik5ARo+R/4m3PAqM/fIpCmf+Cv7VX9yA=";
+ hash = "sha256-SaGqd6gowlIoUnbdwL/WzoG/hSLexIl8UGxoJH/7t7Q=";
};
buildInputs = [
@@ -56,7 +56,7 @@ in
bash ./scripts/mkdb.sh
'';
- cargoHash = "sha256-hQXFhwDQALW2D9Z6pyAdKrYSrtO6O7HHHxywFcVSegE=";
+ cargoHash = "sha256-Sr1WQK5sgcdRx2ZA+DpS9IgdR7+zvFTWUSMEwH1ZQkA=";
postBuild = ''
install -m755 ./python_update/raw_update.py -D "$out/bin/raw_update.py"