Skip to content

Commit

Permalink
Merge pull request NixOS#282588 from r-ryantm/auto-update/rsclock
Browse files Browse the repository at this point in the history
rsclock: 0.1.10 -> 0.1.11
  • Loading branch information
NickCao committed Jan 21, 2024
2 parents 0c992b5 + 3a2b7e6 commit f36cf57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/rsclock/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "rsClock";
version = "0.1.10";
version = "0.1.11";

src = fetchFromGitHub {
owner = "valebes";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bxka9qTow5aL8ErYQudB+WRi2HecYn4/M3lBSxjd5/U=";
sha256 = "sha256-z+WGi1Jl+YkdAc4Nu818vi+OXg54GfAM6PbWYkgptpo=";
};

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

meta = with lib; {
description = "A simple terminal clock written in Rust";
Expand Down

0 comments on commit f36cf57

Please sign in to comment.