Skip to content

Commit

Permalink
sss: init at 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
krovuxdev committed Apr 8, 2024
1 parent cd82044 commit b003a4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/by-name/ss/sss/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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];
Expand Down

0 comments on commit b003a4d

Please sign in to comment.