Commit 4d6af36c authored by Florian Klink's avatar Florian Klink
Browse files

tiny-dfr: 0.3.2 -> 0.3.5

The project has moved to the AsahiLinux org, and now needs librsvg.
parent e2863b57
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  gdk-pixbuf,
  glib,
  libinput,
  librsvg,
  libxml2,
  pango,
  udev,
@@ -14,17 +15,16 @@

rustPlatform.buildRustPackage rec {
  pname = "tiny-dfr";
  version = "0.3.2";
  version = "0.3.5";

  src = fetchFromGitHub {
    owner = "WhatAmISupposedToPutHere";
    owner = "AsahiLinux";
    repo = "tiny-dfr";
    rev = "v${version}";
    hash = "sha256-5u5jyoDEt7aMs8/8QrhrUrUzFJJCNayqbN2WrMhUCV4=";
    tag = "v${version}";
    hash = "sha256-G4OeYZH3VF6fKWxHYLTmwzQmQ4JupgYNH/6aJSgINvg=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-9UlH2W8wNzdZJxIgOafGylliS2RjaBlpirxSWHJ/SIQ=";
  cargoHash = "sha256-/PtoAc2ZNJfW5gegcFQAAlEmjSMysZ+QebVfHtW35Nk=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs = [
@@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
    gdk-pixbuf
    glib
    libinput
    librsvg
    libxml2
    pango
    udev
@@ -49,7 +50,7 @@ rustPlatform.buildRustPackage rec {
  '';

  meta = with lib; {
    homepage = "https://github.com/WhatAmISupposedToPutHere/tiny-dfr";
    homepage = "https://github.com/AsahiLinux/tiny-dfr";
    description = "Most basic dynamic function row daemon possible";
    license = [
      licenses.asl20