Unverified Commit a7d2a8e1 authored by Seth Flynn's avatar Seth Flynn Committed by GitHub
Browse files

spotifyd: 0.4.0 -> 0.4.1 (#390725)

parents ca1f2261 d5440886
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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