Skip to content

Commit

Permalink
Merge pull request #84859 from marsam/update-ncspot
Browse files Browse the repository at this point in the history
ncspot: 0.1.2 -> 0.1.3
  • Loading branch information
marsam authored Apr 10, 2020
2 parents 4bf0ba4 + 93eb747 commit eaacfdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/audio/ncspot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "ncspot";
version = "0.1.2";
version = "0.1.3";

src = fetchFromGitHub {
owner = "hrkfdn";
repo = "ncspot";
rev = "v${version}";
sha256 = "10jp2yh8jlvdwh297658q9fi3i62vwsbd9fbwjsir7s1c9bgdy8k";
sha256 = "144a7wn5l64fhvj8vgwl7z4bp8lbq0pb0dl38x9y4wkqmdh6wrli";
};

cargoSha256 = "0081wc3xw11hivz0nwy4my3y4a53ch857bq989dr0pm9p2pirvj1";
cargoSha256 = "19gn0v7j1ly3ywgflfj27pnrwjiiy17m3g1z0kzagxpjy2xi2qxy";

cargoBuildFlags = [ "--no-default-features" "--features" "${lib.concatStringsSep "," features}" ];

Expand Down

0 comments on commit eaacfdc

Please sign in to comment.