summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-16 21:40:40 -0500
committerGitHub <noreply@github.com>2020-12-16 21:40:40 -0500
commitd24d4b0deffb822c34a81e50f84600468e4e15cc (patch)
treed7e6e4b3a86d0f1698ea7a0a64b04ab0d280088d /pkgs/applications
parent2d698bbe25ed467f96357974cbe8b2dad9605a58 (diff)
parent5c70ff13ea7e8f250b3fde09c5855463dea5830c (diff)
Merge pull request #107035 from marsam/update-ncspot
ncspot: 0.2.5 -> 0.2.6
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/ncspot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/ncspot/default.nix b/pkgs/applications/audio/ncspot/default.nix
index 623682f41738..a1019880318e 100644
--- a/pkgs/applications/audio/ncspot/default.nix
+++ b/pkgs/applications/audio/ncspot/default.nix
@@ -14,16 +14,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "ncspot";
- version = "0.2.5";
+ version = "0.2.6";
src = fetchFromGitHub {
owner = "hrkfdn";
repo = "ncspot";
rev = "v${version}";
- sha256 = "19jy1ma2viqnyfbqdpm4cf8mpdrc0xyxrk7sayx1b7dqmkxcyp5c";
+ sha256 = "0x40qzgw9zcih4q6mzclb7gqkw8h76hrmqzmg6nimpla29jcdxss";
};
- cargoSha256 = "0lgd4ff70qsjplm847hkx1hgs3kpwv2ahmgyhsld3mng3k7qfm09";
+ cargoSha256 = "1pfl7cblf7d4ci514vlkdh1ybgby71x4aszxmlsrqmn92bq56jys";
cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ];