1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-01 01:51:24 +00:00

xdg-desktop-portal-pantheon: 1.0.0 -> 1.0.1

This commit is contained in:
Bobby Rong 2021-10-29 08:51:24 +08:00
parent 8a7f053f3c
commit e9de340827
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "xdg-desktop-portal-pantheon";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "portals";
rev = version;
sha256 = "sha256-uPZUeyyn7HZwcBksY6X5s1bpbIRwqdCNfZKnkynVD+8=";
sha256 = "sha256-8gBMjCMEzrFmKHhkXsgcIESC93EOT0ADkRUIJMmerjw=";
};
nativeBuildInputs = [