Commit c925bd93 authored by R. RyanTM's avatar R. RyanTM
Browse files

xdg-dbus-proxy: 0.1.4 -> 0.1.5

parent b51db7ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
  pname = "xdg-dbus-proxy";
  version = "0.1.4";
  version = "0.1.5";

  src = fetchurl {
    url = "https://github.com/flatpak/xdg-dbus-proxy/releases/download/${version}/${pname}-${version}.tar.xz";
    sha256 = "sha256-HsDqtT0eSZZtciNSvP1RrEAtzlGQuu3HSahUHnYWcKs=";
    sha256 = "sha256-Bh3Pr4oGUOX9nVQy3+iL2nSeoNB53BNjBL/s+84GYfs=";
  };

  nativeBuildInputs = [