screenly-cli: 1.0.0 -> 1.0.1

This commit is contained in:
R. Ryantm 2024-09-15 19:55:17 +00:00
parent dbfe1b17a2
commit 17f8866661

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "screenly-cli";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "screenly";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-th/V0hyTMcraJHbRM5VoSM19oE6CKqIQ3qdM86TR4vE=";
hash = "sha256-7Y9n6qo5kqaV8xHYn4BFbPBF/7mCV9DJJTSz4dqrgPc=";
};
cargoHash = "sha256-sv59Yu+oSxp/IVePokHrXD4FI+bZcz6aERSTLScYaLk=";
cargoHash = "sha256-4fPC/BW2irA1iTKkxBhPOsxzS4uSfM3vOXhrx/7qRxg=";
nativeBuildInputs = [
pkg-config