From b003a4d71855b3af2121ef875b704f5ea49ca4d4 Mon Sep 17 00:00:00 2001 From: krovuxdev <62192487+krovuxdev@users.noreply.github.com> Date: Mon, 8 Apr 2024 12:46:38 -0500 Subject: [PATCH] sss: init at 0.1.8 --- pkgs/by-name/ss/sss/package.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ss/sss/package.nix b/pkgs/by-name/ss/sss/package.nix index 1660fa9dca77b80..2354fb18acfc227 100644 --- a/pkgs/by-name/ss/sss/package.nix +++ b/pkgs/by-name/ss/sss/package.nix @@ -15,12 +15,10 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitHub { owner = "SergioRibera"; repo = "sss"; - rev = "cacc7488e303af1be3b57019ccd65d32912abb3a"; + rev = "sss_code/v{version}"; hash = "sha256-vB4qCLeysFYc2UwrMwj8Q/nLyygocXNN6IIP9xY1fgI="; }; - cargoHash = "sha256-u4unjl5Wm7Ak+JeQixweteVSk3Mc4ITXka5VhjqsRbA="; - cargoLock = { lockFile = ./Cargo.lock; outputHashes = { @@ -33,7 +31,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [fontconfig freetype libxcb]; meta = with lib; { - description = "A CLI/Lib to take amazing screenshot of code or screen "; + description = "A CLI/Lib to take amazing screenshot of code or screen"; mainProgram = "sss"; homepage = "https://github.com/SergioRibera/sss"; license = with licenses; [asl20 mit];