spotifyd: 0.4.0 -> 0.4.1 (#390725)

This commit is contained in:
Seth Flynn
2025-03-17 17:26:19 -04:00
committed by GitHub
+3 -3
View File
@@ -23,17 +23,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "spotifyd";
version = "0.4.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "Spotifyd";
repo = "spotifyd";
tag = "v${finalAttrs.version}";
hash = "sha256-YBh5lcHXqYjyo/MjNNxnycY5AXjvlu+2gAzG6gM4Gjc=";
hash = "sha256-IqJlqcau0AZAqQjlaEKzinqTdVUA48/m2Y3ioFP/4Zw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-waZ9XNYZ/scyMsNT7bZYqN4Ch4GbuQtwxAYaWTjNZwg=";
cargoHash = "sha256-wZ/JJZDo+Iz5vg4XawcZFvjOEqpD5I0jTfg1JyH3+MA=";
nativeBuildInputs = [
cmake