Commit 6ac84649 authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

xdg-desktop-portal-xapp: 1.0.5 -> 1.0.6

parent 7b0966f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "xdg-desktop-portal-xapp";
  version = "1.0.5";
  version = "1.0.6";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "xdg-desktop-portal-xapp";
    rev = version;
    hash = "sha256-dQDz5x6rCJ9BprwrVZVL9BgYqgWmC5eZ8xamX9elLD0=";
    hash = "sha256-ujfXZfBXr3T4e8+bIfkvdvBnEQfW7oPByaiXg/SBwJY=";
  };

  nativeBuildInputs = [