aboutsummaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 6cb41ae7..d76efd25 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.4";
+ version = "1.4.1";
src = fetchgit {
url = "https://git.vhack.eu/soispha/clients/yt";
rev = "v${version}";
- hash = "sha256-PNCwiZr05macPef1DueTOm000yXa6i1D0FWeESluyMo=";
+ hash = "sha256-Zuc3hrhvYdz2ktQhfMcLX7E5W/ZneMMLJ6+CoJ/JZMs=";
};
buildInputs = [
@@ -59,7 +59,7 @@ in
bash ./scripts/mkdb.sh
'';
- cargoHash = "sha256-gpXZV2jHCcsj8zxqfl+yTa4MUeAUansgcKh7997bpNk=";
+ cargoHash = "sha256-QIAZb8twLxLm3TJOtb++pTWz98v49pt13auAEAeYFSk=";
postBuild = ''
install -m755 ./python_update/raw_update.py -D "$out/bin/raw_update.py"