Merge pull request #239999 from soywod/comodoro-0.0.9

comodoro: 0.0.8 -> 0.0.9
This commit is contained in:
figsoda 2023-06-26 20:27:32 -04:00 committed by GitHub
commit 3c1a8870dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "comodoro";
version = "0.0.8";
version = "0.0.9";
src = fetchFromGitHub {
owner = "soywod";
repo = "comodoro";
rev = "v${version}";
sha256 = "rGnVXyfWJkPHfpf1gRGbDJ6Y1ycKOOcCZ+Jx35fUo6M=";
hash = "sha256-pxe3Nv1N85uWsiv4s0wtD++zlZZgMADH51f5RMK9huA=";
};
cargoSha256 = "jpshuavywCLN03xD/gFgQeGbKtmHq5pULbxd+RUbaDk=";
cargoSha256 = "E5oHeMow9MrVrlDX+v0tX9Nv3gHUxDNUpRAT5jPa+DI=";
nativeBuildInputs = lib.optional (installManPages || installShellCompletions) installShellFiles;