about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-01 21:42:23 -0500
committerGitHub <noreply@github.com>2023-01-01 21:42:23 -0500
commit7ab926e57bac5a0b92f38bed5f3b35bb5e9a846a (patch)
tree48467d940fcb146c5c6a10d3e952769bd043e6e2 /pkgs/applications/audio
parent3cc18bf489401989b415e2f49c13696ea1b628aa (diff)
parent5f8ab64a9fb6315989d6a9ec48b1b9d921eb3045 (diff)
Merge pull request #208491 from r-ryantm/auto-update/ncspot
ncspot: 0.11.2 -> 0.12.0
Diffstat (limited to 'pkgs/applications/audio')
-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 2a56b6aa3ccf2..c15f6b9c14e16 100644
--- a/pkgs/applications/audio/ncspot/default.nix
+++ b/pkgs/applications/audio/ncspot/default.nix
@@ -7,16 +7,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "ncspot";
-  version = "0.11.2";
+  version = "0.12.0";
 
   src = fetchFromGitHub {
     owner = "hrkfdn";
     repo = "ncspot";
     rev = "v${version}";
-    sha256 = "sha256-xJzj387exWDvNias50fELvoAxgIoxDHVVRoAD4FJHUw=";
+    sha256 = "sha256-kqGYBaXmGeGuGJ5fcc4OQzHISU8fVuQNGwiD8nyPa/0=";
   };
 
-  cargoSha256 = "sha256-6QOD8IhrnjyaOEYVYt2DA3dI6Wcu1tCXnIp+Ruc+EEo=";
+  cargoSha256 = "sha256-gVXH2pFtyMfYkCqda9NrqOgczvmxiWHe0zArJfnnrgE=";
 
   nativeBuildInputs = [ pkg-config ];