1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

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

This commit is contained in:
R. Ryantm 2024-06-13 03:57:29 +00:00 committed by Bobby Rong
parent 7b0966f7e1
commit 6ac84649bb

View file

@ -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 = [