Skip to content

Commit

Permalink
screenly-cli: 1.0.2 -> 1.0.3 (#372765)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk authored Jan 11, 2025
2 parents 289baed + 643ee97 commit db9aa34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sc/screenly-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "screenly-cli";
version = "1.0.2";
version = "1.0.3";

src = fetchFromGitHub {
owner = "screenly";
repo = "cli";
tag = "v${version}";
hash = "sha256-iEz6LFPzOZCOvUMx3s6entcwyEsAKirY8CiIoId/Ie0=";
hash = "sha256-sRi0CpdaPCH54m2XojicARLXZELB4PFcLLw0KB0j6jE=";
};

cargoHash = "sha256-YurXcmjL44TBrLQocbCKtOEpG7d49aKU9Q/3vPoPvHg=";
cargoHash = "sha256-6IK1aO4bx09ZVve7z340O7KMOttCcq3MqMs/XM6L0l4=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit db9aa34

Please sign in to comment.