Skip to content

Commit

Permalink
spot: 0.4.1 -> 0.5.0 (#361676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 5, 2024
2 parents 902c823 + 2e40d6d commit a7564f0
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions pkgs/by-name/sp/spot/package.nix
Original file line number Diff line number Diff line change
@@ -1,59 +1,58 @@
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
cargo,
rustc,
alsa-lib,
appstream-glib,
blueprint-compiler,
cargo,
desktop-file-utils,
fetchFromGitHub,
gettext,
glib,
gst_all_1,
gtk4,
libadwaita,
libpulseaudio,
libhandy,
libpulseaudio,
meson,
ninja,
nix-update-script,
openssl,
pkg-config,
rustPlatform,
rustc,
wrapGAppsHook4,
}:

stdenv.mkDerivation rec {
pname = "spot";
version = "0.4.1";
version = "0.5.0";

src = fetchFromGitHub {
owner = "xou816";
repo = "spot";
rev = version;
hash = "sha256-F875e/VZyN8mTfe9lgjtILNxMqn+66XoPCdaEUagHyU=";
rev = "refs/tags/${version}";
hash = "sha256-7zWK0wkh53ojnoznv4T/X//JeyKJVKOrfYF0IkvciIY=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-45Rqs2/tSWoyZVjFuygR5SxldjoqpprtOKEnMqJK+p8=";
inherit pname version src;
hash = "sha256-AaRmTOgFmBi0s1zdIVHc6bLjrUopy9YuB3GJOCnbjU4=";
};

nativeBuildInputs = [
cargo
rustc
appstream-glib
blueprint-compiler
cargo
desktop-file-utils
gettext
gtk4 # for gtk-update-icon-cache
glib # for glib-compile-schemas
gtk4 # for gtk-update-icon-cache
meson
ninja
pkg-config
rustPlatform.cargoSetupHook
rustc
wrapGAppsHook4
];

Expand Down

0 comments on commit a7564f0

Please sign in to comment.