Unverified Commit e61a73fa authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

xdg-desktop-portal-wlr: 0.8.1 -> 0.8.2 (#510976)

parents 3f122452 eb96990c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "xdg-desktop-portal-wlr";
  version = "0.8.1";
  version = "0.8.2";

  src = fetchFromGitHub {
    owner = "emersion";
    repo = "xdg-desktop-portal-wlr";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-FltwfZtxKdbJuDYVQJTTtEE/WHV5AaDnwPnAkN76qTY=";
    sha256 = "sha256-HITf/hgiASWvn/z49mzS8IS1vuyXwdk1JiAOOHRSQMo=";
  };

  strictDeps = true;