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

xdg-desktop-portal-wlr: 0.8.1 -> 0.8.2

parent 0f540172
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;