Skip to content

Commit 81d7e05

Browse files
committed
chore: Release {{crate_name}} version {{version}}
1 parent 8ef96dd commit 81d7e05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/sss_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sss_cli"
33
description = "Take pretty screenshot to your screen"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
publish = false
66
authors.workspace = true
77
repository.workspace = true

default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ in
2020
{
2121
sss = pkgs.stdenv.mkDerivation {
2222
name = "sss";
23-
version = "0.1.1";
23+
version = "0.1.2";
2424
src = fetchTarball {
25-
url = "https://github.com/SergioRibera/sss/releases/download/sss_cli/v0.1.1/sss_cli-${platform}.tar.xz";
25+
url = "https://github.com/SergioRibera/sss/releases/download/sss_cli/v0.1.2/sss_cli-${platform}.tar.xz";
2626
sha256 = hash_sss;
2727
};
2828
buildInputs = with pkgs; [

0 commit comments

Comments
 (0)