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 19, 2024
1 parent 8ef96dd commit 81d7e05
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,9 +20,9 @@ in
{
sss = pkgs.stdenv.mkDerivation {
name = "sss";
version = "0.1.1";
version = "0.1.2";
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;
};
buildInputs = with pkgs; [
Expand Down

0 comments on commit 81d7e05

Please sign in to comment.