Skip to content

Commit

Permalink
cmd-wrapped: 0.2.0 -> 0.4.1 (#338920)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 3, 2024
2 parents d6834ed + 7e74b62 commit 412b448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4279,7 +4279,7 @@
keys = [ { fingerprint = "2017 E152 BB81 5C16 955C E612 45BC C1E2 709B 1788"; } ];
};
Cryolitia = {
name = "Beiyan Cryolitia";
name = "Cryolitia PukNgae";
email = "[email protected]";
github = "Cryolitia";
githubId = 23723294;
Expand Down
8 changes: 4 additions & 4 deletions pkgs/by-name/cm/cmd-wrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "cmd-wrapped";
version = "0.2.0";
version = "0.4.1";

src = fetchFromGitHub {
owner = "YiNNx";
repo = "cmd-wrapped";
rev = version;
hash = "sha256-YWX4T3EiBIbEG/NGShuHRyxfdVGrqQH6J42EDkRblNQ=";
rev = "v${version}";
hash = "sha256-tIvwJo33Jz9cPq6o4Ytc3VqkxEaxt0W9Fd8CNp+7vAE=";
};

cargoHash = "sha256-CM2IpWs1vGiXHvQNgHyD6cUgMYSkp5+23j+YyF9G9IE=";
cargoHash = "sha256-pAlAWG9Dfqhhvl7uVvzr4nx481seIwwzBg+5SSsje84=";

meta = with lib; {
description = "Find out what the past year looks like in commandline";
Expand Down

0 comments on commit 412b448

Please sign in to comment.