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 81d7e05 commit 0503404
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/sss_code/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sss_code"
description = "Take pretty screenshot to your code"
version = "0.1.5"
version = "0.1.6"
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 @@ -45,9 +45,9 @@ in

sss_code = pkgs.stdenv.mkDerivation {
name = "sss_code";
version = "0.1.5";
version = "0.1.6";
src = fetchTarball {
url = "https://github.com/SergioRibera/sss/releases/download/sss_code/v0.1.5/sss_code-${platform}.tar.xz";
url = "https://github.com/SergioRibera/sss/releases/download/sss_code/v0.1.6/sss_code-${platform}.tar.xz";
sha256 = hash_sss_code;
};
buildInputs = with pkgs; [ fontconfig ];
Expand Down

0 comments on commit 0503404

Please sign in to comment.