Skip to content

Commit f36cf57

Browse files
authored
Merge pull request #282588 from r-ryantm/auto-update/rsclock
rsclock: 0.1.10 -> 0.1.11
2 parents 0c992b5 + 3a2b7e6 commit f36cf57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/misc/rsclock/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "rsClock";
5-
version = "0.1.10";
5+
version = "0.1.11";
66

77
src = fetchFromGitHub {
88
owner = "valebes";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "sha256-bxka9qTow5aL8ErYQudB+WRi2HecYn4/M3lBSxjd5/U=";
11+
sha256 = "sha256-z+WGi1Jl+YkdAc4Nu818vi+OXg54GfAM6PbWYkgptpo=";
1212
};
1313

14-
cargoHash = "sha256-ESBeXLBkDAmuQkazcXYdo5VnMCTaxfZmzKP+d5V4lEo=";
14+
cargoHash = "sha256-/uAxIV7eroJNGsLl4T/6RskoTIWKu5Cgmv48eMkDZQw=";
1515

1616
meta = with lib; {
1717
description = "A simple terminal clock written in Rust";

0 commit comments

Comments
 (0)