We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef96dd commit 81d7e05Copy full SHA for 81d7e05
crates/sss_cli/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "sss_cli"
3
description = "Take pretty screenshot to your screen"
4
-version = "0.1.1"
+version = "0.1.2"
5
publish = false
6
authors.workspace = true
7
repository.workspace = true
default.nix
@@ -20,9 +20,9 @@ in
20
{
21
sss = pkgs.stdenv.mkDerivation {
22
name = "sss";
23
- version = "0.1.1";
+ version = "0.1.2";
24
src = fetchTarball {
25
- 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";
26
sha256 = hash_sss;
27
};
28
buildInputs = with pkgs; [
0 commit comments