Unverified Commit 5c0f3451 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

lowfi: 1.5.6 -> 1.6.0 (#394994)

parents 63e222b7 7551ca4a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
  pname = "lowfi";
  version = "1.5.6";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "talwat";
    repo = "lowfi";
    tag = version;
    hash = "sha256-lR22UN9LiuJknq2KTNOXcybXwi2KvLRe0KHocFWL0GM=";
    hash = "sha256-t3Lbqrcmh0XSOO+hc4UsWhKi4zToORFQo0A4G32aeOw=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-xMksujaZgOPJsBiv6//4zeiUcWEV2Pc7daBaPUh3cYc=";
  cargoHash = "sha256-waQcxdVXZZ09wuLWUNL4nRUHF1rIDI8lAfYc/1bxMl0=";

  buildFeatures = [ "mpris" ];