redlib: 0.36.0 -> 0.36.0-unstable-2025-07-21; use rev instead of tag for unstable updates (#425066)

authored by Sandro and committed by GitHub a40d734f 284e255c

+6 -6
+6 -6
pkgs/by-name/re/redlib/package.nix
··· 6 6 fetchFromGitHub, 7 7 nix-update-script, 8 8 }: 9 - rustPlatform.buildRustPackage rec { 9 + 10 + rustPlatform.buildRustPackage { 10 11 pname = "redlib"; 11 - version = "0.36.0"; 12 + version = "0.36.0-unstable-2025-07-21"; 12 13 13 14 src = fetchFromGitHub { 14 15 owner = "redlib-org"; 15 16 repo = "redlib"; 16 - tag = "v${version}"; 17 - hash = "sha256-a+FFQqKXYws8b/iGr49eZMVmKBqacQGvW8P51ybtBSc="; 17 + rev = "3e67694e2b9a4012b259264af5f2b81807dbadf0"; 18 + hash = "sha256-vFK9DiVANbTKi19DCWdRG8gKKwcyoAcLa1teXCZ9nfE="; 18 19 }; 19 20 20 - cargoHash = "sha256-1zPLnkNZvuZS5z9AEJvhyIv+8/y+YhqFcj5Mu7RSqnE="; 21 + cargoHash = "sha256-FDeENHY6bwwCq6leSoIuCqPI6PCHpEod7KN2grS2gFw="; 21 22 22 23 postInstall = '' 23 24 install -D contrib/redlib.service $out/lib/systemd/system/redlib.service ··· 67 68 }; 68 69 69 70 meta = { 70 - changelog = "https://github.com/redlib-org/redlib/releases/tag/v${version}"; 71 71 description = "Private front-end for Reddit (Continued fork of Libreddit)"; 72 72 homepage = "https://github.com/redlib-org/redlib"; 73 73 license = lib.licenses.agpl3Only;