Unverified Commit 9e330f30 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

lowfi: 1.6.0 -> 1.7.2 (#446140)

parents 24ae1fef a5cffdb9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

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

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

  cargoHash = "sha256-waQcxdVXZZ09wuLWUNL4nRUHF1rIDI8lAfYc/1bxMl0=";
  cargoHash = "sha256-vInuM96TJuewhFafDkhOiZiyxwc6SeBsSH8Fs8YIRRs=";

  buildFeatures = lib.optionals stdenv.hostPlatform.isLinux [ "mpris" ];