We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba68629 + 93f1770 commit 2e606f2Copy full SHA for 2e606f2
1 file changed
pkgs/by-name/sc/screenly-cli/package.nix
@@ -10,16 +10,16 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "screenly-cli";
13
- version = "1.0.5";
+ version = "1.1.0";
14
15
src = fetchFromGitHub {
16
owner = "screenly";
17
repo = "cli";
18
tag = "v${version}";
19
- hash = "sha256-OSol+KVfxL/bz9qwT9u8MmjPQ11qqFYWnVQLXfcA6pQ=";
+ hash = "sha256-Icx0Nkn0ScbNTmXllkUj6DPhGqzh8HnIQPpej4ABJac=";
20
};
21
22
- cargoHash = "sha256-znob9SvnE1y9yX/tTJY7jjJx/TnLTmoRRokScj5H1Yg=";
+ cargoHash = "sha256-XYXWbwuoPqL93R8Bre26kBPxkiXpJ0Dg06cBOyDK8ok=";
23
24
nativeBuildInputs = [
25
pkg-config
0 commit comments