Unverified Commit 723d4ff6 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

xdg-desktop-portal-xapp: 1.1.2 -> 1.1.3 (#461225)

parents e424b9c0 a9309944
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "xdg-desktop-portal-xapp";
  version = "1.1.2";
  version = "1.1.3";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "xdg-desktop-portal-xapp";
    rev = version;
    hash = "sha256-3EGim8GDlzVhgKiBHaOjV+apyEanFyfTqfJLegwlQHo=";
    hash = "sha256-5gJmWj15jUVGhCf8jOl/eXHVisFdegbbx6pqz6btNTM=";
  };

  nativeBuildInputs = [