From 819a66615724165d8519ef0d5822bfd5570ea378 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 31 Jan 2025 15:17:50 +0100 Subject: [PATCH] tuisky: 0.1.5 -> 0.2.0 Diff: https://github.com/sugyan/tuisky/compare/refs/tags/v0.1.5...v0.2.0 Changelog: https://github.com/sugyan/tuisky/blob/v0.2.0/CHANGELOG.md --- pkgs/by-name/tu/tuisky/package.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/tu/tuisky/package.nix b/pkgs/by-name/tu/tuisky/package.nix index d0831d00b8cc..52ff6e9e41da 100644 --- a/pkgs/by-name/tu/tuisky/package.nix +++ b/pkgs/by-name/tu/tuisky/package.nix @@ -10,16 +10,17 @@ rustPlatform.buildRustPackage rec { pname = "tuisky"; - version = "0.1.5"; + version = "0.2.0"; src = fetchFromGitHub { owner = "sugyan"; repo = "tuisky"; tag = "v${version}"; - hash = "sha256-phadkJgSvizSNPvrVaYu/+y1uAj6fmb9JQLdj0dEQIg="; + hash = "sha256-s0eKWP4cga82Fj7KGIG6yLk67yOqGoAqfhvJINzytTw="; }; - cargoHash = "sha256-jI4HKn8HalEnBCuFR8/auTqi8M1qt25MS3h/b1pf3BA="; + useFetchCargoVendor = true; + cargoHash = "sha256-F/gEBEpcgNT0Q55zUTf8254yYIZI6RmiW9heCuljAEY="; nativeBuildInputs = [ pkg-config @@ -42,7 +43,7 @@ rustPlatform.buildRustPackage rec { meta = { description = "TUI client for bluesky"; homepage = "https://github.com/sugyan/tuisky"; - changelog = "https://github.com/sugyan/tuisky/blob/${lib.removePrefix "refs/tags/" src.rev}/CHANGELOG.md"; + changelog = "https://github.com/sugyan/tuisky/blob/v${version}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; mainProgram = "tuisky";