screenly-cli: 1.2.0 -> 1.2.1 (#543490)

This commit is contained in:
Nick Cao
2026-07-20 14:06:42 +00:00
committed by GitHub
+3 -3
View File
@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "screenly-cli";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "screenly";
repo = "cli";
tag = "v${finalAttrs.version}";
hash = "sha256-1Trq1LFmKtzCCuqOT3DeL5KAPtHWi/glmhLBTR2vdVg=";
hash = "sha256-w8aEga+DoEUr9KV079RjQHKMx2253DS6cKDzyGWCdZI=";
};
cargoHash = "sha256-VPl9/5GkMI2oZQ9ZUwpMcW9+3SCbCpLCVrBiXneCakQ=";
cargoHash = "sha256-2T3/9DtW43OwjMTeqmR4Bg8miu245DhAS+pQbx85k24=";
nativeBuildInputs = [
pkg-config