summary refs log tree commit diff
path: root/pkgs/applications/audio/ncspot
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-13 21:00:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2021-01-13 21:00:00 -0500
commitcf2ca61d97c7abae92b4042c55149284afa72fca (patch)
treee552c82caf75eeaf17c846c95371b5e8c602123f /pkgs/applications/audio/ncspot
parent57d324877f91f0d9db7d3deee838581156ecbdcf (diff)
downloadnixpkgs-cf2ca61d97c7abae92b4042c55149284afa72fca.tar
nixpkgs-cf2ca61d97c7abae92b4042c55149284afa72fca.tar.gz
nixpkgs-cf2ca61d97c7abae92b4042c55149284afa72fca.tar.bz2
nixpkgs-cf2ca61d97c7abae92b4042c55149284afa72fca.tar.lz
nixpkgs-cf2ca61d97c7abae92b4042c55149284afa72fca.tar.xz
nixpkgs-cf2ca61d97c7abae92b4042c55149284afa72fca.tar.zst
nixpkgs-cf2ca61d97c7abae92b4042c55149284afa72fca.zip
ncspot: 0.2.6 -> 0.3.0
https://github.com/hrkfdn/ncspot/releases/tag/v0.3.0
Diffstat (limited to 'pkgs/applications/audio/ncspot')
-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 a1019880318..9cc96bd03a7 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.6";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "hrkfdn";
     repo = "ncspot";
     rev = "v${version}";
-    sha256 = "0x40qzgw9zcih4q6mzclb7gqkw8h76hrmqzmg6nimpla29jcdxss";
+    sha256 = "1dfq6ickx24cq8zhhm0a8x5ycd0iygw065qd2blcgl0fim350zw9";
   };
 
-  cargoSha256 = "1pfl7cblf7d4ci514vlkdh1ybgby71x4aszxmlsrqmn92bq56jys";
+  cargoSha256 = "0z4af575rx6ggjxsw1q18kwsb4cvyy1kzfkp32v9n74krmy0fk8p";
 
   cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ];