about summary refs log tree commit diff
path: root/pkgs/applications/audio/ncspot
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-12-13 16:06:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-12-13 16:06:00 -0500
commitb292eb4373d833844b75f10554d612b14f22f2f6 (patch)
treeb34ce577928fab0c9a655670b84162f113d96131 /pkgs/applications/audio/ncspot
parent13b0ce018066793d23404d843e58f436df7d3ac9 (diff)
downloadnixlib-b292eb4373d833844b75f10554d612b14f22f2f6.tar
nixlib-b292eb4373d833844b75f10554d612b14f22f2f6.tar.gz
nixlib-b292eb4373d833844b75f10554d612b14f22f2f6.tar.bz2
nixlib-b292eb4373d833844b75f10554d612b14f22f2f6.tar.lz
nixlib-b292eb4373d833844b75f10554d612b14f22f2f6.tar.xz
nixlib-b292eb4373d833844b75f10554d612b14f22f2f6.tar.zst
nixlib-b292eb4373d833844b75f10554d612b14f22f2f6.zip
ncspot: 0.2.4 -> 0.2.5
https://github.com/hrkfdn/ncspot/releases/tag/v0.2.5
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 60fb40c5f743..623682f41738 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.4";
+  version = "0.2.5";
 
   src = fetchFromGitHub {
     owner = "hrkfdn";
     repo = "ncspot";
     rev = "v${version}";
-    sha256 = "0vdg1ybzfj7xg8nmrb8q9vr8bpwcs52730v9v0413wjyxb7hcll2";
+    sha256 = "19jy1ma2viqnyfbqdpm4cf8mpdrc0xyxrk7sayx1b7dqmkxcyp5c";
   };
 
-  cargoSha256 = "0afaxx8dv7jn48934ba0r8kd1h8l3k00sl83v07a1xqmfcmil2qf";
+  cargoSha256 = "0lgd4ff70qsjplm847hkx1hgs3kpwv2ahmgyhsld3mng3k7qfm09";
 
   cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ];