lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xdg-desktop-portal-wlr: 0.7.0 -> 0.7.1

+2 -2
+2 -2
pkgs/development/libraries/xdg-desktop-portal-wlr/default.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "xdg-desktop-portal-wlr"; 24 - version = "0.7.0"; 24 + version = "0.7.1"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "emersion"; 28 28 repo = pname; 29 29 rev = "v${version}"; 30 - sha256 = "sha256-EwBHkXFEPAEgVUGC/0e2Bae/rV5lec1ttfbJ5ce9cKw="; 30 + sha256 = "sha256-GIIDeZMIGUiZV0IUhcclRVThE5LKaqVc5VwnNT8beNU="; 31 31 }; 32 32 33 33 strictDeps = true;