From bf119eb4f3c0ebe8a16736fc59a587155d0e90c2 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 6 Mar 2024 04:20:00 +0000 Subject: [PATCH] ncspot: 1.0.0 -> 1.1.0 Diff: https://github.com/hrkfdn/ncspot/compare/v1.0.0...v1.1.0 Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v1.1.0 --- pkgs/applications/audio/ncspot/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/ncspot/default.nix b/pkgs/applications/audio/ncspot/default.nix index 9410a9a2d18f..e70a2eb26f17 100644 --- a/pkgs/applications/audio/ncspot/default.nix +++ b/pkgs/applications/audio/ncspot/default.nix @@ -19,16 +19,16 @@ rustPlatform.buildRustPackage rec { pname = "ncspot"; - version = "1.0.0"; + version = "1.1.0"; src = fetchFromGitHub { owner = "hrkfdn"; repo = "ncspot"; rev = "v${version}"; - hash = "sha256-NHrpJC6cF/YAcyqZ4bRQdSdjDNhkEV7U2P/S4LSADao="; + hash = "sha256-RgA3jV/vD6qgIVQCZ0Sm+9CST4SlqN4MUurVM3nIdh0="; }; - cargoHash = "sha256-HT084XewXwZByL5KZhyymqU7sy99SAjYIWysm3qGvWU="; + cargoHash = "sha256-8ZUgm1O4NmZpxgNRKnh1MNhiFNoBWQHo22kyP3hWJwI="; nativeBuildInputs = [ pkg-config ] ++ lib.optional withClipboard python3;