We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c992b5 + 3a2b7e6 commit f36cf57Copy full SHA for f36cf57
pkgs/applications/misc/rsclock/default.nix
@@ -2,16 +2,16 @@
2
3
rustPlatform.buildRustPackage rec {
4
pname = "rsClock";
5
- version = "0.1.10";
+ version = "0.1.11";
6
7
src = fetchFromGitHub {
8
owner = "valebes";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "sha256-bxka9qTow5aL8ErYQudB+WRi2HecYn4/M3lBSxjd5/U=";
+ sha256 = "sha256-z+WGi1Jl+YkdAc4Nu818vi+OXg54GfAM6PbWYkgptpo=";
12
};
13
14
- cargoHash = "sha256-ESBeXLBkDAmuQkazcXYdo5VnMCTaxfZmzKP+d5V4lEo=";
+ cargoHash = "sha256-/uAxIV7eroJNGsLl4T/6RskoTIWKu5Cgmv48eMkDZQw=";
15
16
meta = with lib; {
17
description = "A simple terminal clock written in Rust";
0 commit comments