Merge pull request #287683 from r-ryantm/auto-update/cmd-wrapped
cmd-wrapped: 0.1.1 -> 0.2.0
This commit is contained in:
commit
f72cbd0ddf
@ -5,16 +5,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cmd-wrapped";
|
||||
version = "0.1.1";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "YiNNx";
|
||||
repo = "cmd-wrapped";
|
||||
rev = version;
|
||||
hash = "sha256-9GyeJFU8wLl2kCnrwZ+j+PwCRS17NvzgSCpulhXHYqQ=";
|
||||
hash = "sha256-YWX4T3EiBIbEG/NGShuHRyxfdVGrqQH6J42EDkRblNQ=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-i6LgLvLMDF696Tpn4yVA1XNuaTrABLVg3SgclHBq6Go=";
|
||||
cargoHash = "sha256-CM2IpWs1vGiXHvQNgHyD6cUgMYSkp5+23j+YyF9G9IE=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Find out what the past year looks like in commandline";
|
||||
|
Loading…
Reference in New Issue
Block a user