Merge pull request #260251 from r-ryantm/auto-update/comodoro

comodoro: 0.0.9 -> 0.0.10
This commit is contained in:
Nick Cao 2023-10-10 18:36:00 -04:00 committed by GitHub
commit af7cdbe874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "comodoro"; pname = "comodoro";
version = "0.0.9"; version = "0.0.10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "soywod"; owner = "soywod";
repo = "comodoro"; repo = "comodoro";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-pxe3Nv1N85uWsiv4s0wtD++zlZZgMADH51f5RMK9huA="; hash = "sha256-Y9SuxqI8wvoF0+X6CLNDlSFCwlSU8R73NYF/LjACP18=";
}; };
cargoSha256 = "E5oHeMow9MrVrlDX+v0tX9Nv3gHUxDNUpRAT5jPa+DI="; cargoHash = "sha256-1WJIIsTzbChWqvdBSR/OpLC1iR8FgLmypJFQEtpalbw=";
nativeBuildInputs = lib.optional (installManPages || installShellCompletions) installShellFiles; nativeBuildInputs = lib.optional (installManPages || installShellCompletions) installShellFiles;