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];