Merge pull request #53586 from r-ryantm/auto-update/pasystray

pasystray: 0.7.0 -> 0.7.1
This commit is contained in:
markuskowa 2019-01-09 21:18:36 +01:00 committed by GitHub
commit a6a8712146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "pasystray-${version}";
version = "0.7.0";
version = "0.7.1";
src = fetchFromGitHub {
owner = "christophgysin";
repo = "pasystray";
rev = name;
sha256 = "0cc9hjyw4gr4ip4lw74pzb1l9sxs3ffhf0xn0m1fhmyfbjyixwkh";
sha256 = "0xx1bm9kimgq11a359ikabdndqg5q54pn1d1dyyjnrj0s41168fk";
};
nativeBuildInputs = [ pkgconfig ];