Skip to content

Commit

Permalink
chore: Release {{crate_name}} version {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Jan 18, 2024
1 parent 747fcfc commit da4483a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/sss_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sss_cli"
description = "Take pretty screenshot to your screen"
version = "0.1.1"
version = "0.1.2"
publish = false
authors.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ in
{
sss = pkgs.stdenv.mkDerivation {
name = "sss";
version = "0.1.1";
version = "0.1.2";
buildInputs = with pkgs; [ fontconfig ];
src = fetchTarball {
url = "https://github.com/SergioRibera/sss/releases/download/sss_cli/v0.1.1/sss_cli-${platform}.tar.xz";
url = "https://github.com/SergioRibera/sss/releases/download/sss_cli/v0.1.2/sss_cli-${platform}.tar.xz";
sha256 = hash_sss;
};
installPhase = ''
Expand Down

0 comments on commit da4483a

Please sign in to comment.