Merge pull request #75195 from r-ryantm/auto-update/birdtray

birdtray: 1.6 -> 1.7.0
This commit is contained in:
Ryan Mulligan 2019-12-09 07:41:20 -08:00 committed by GitHub
commit 1db22360a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
mkDerivation rec {
pname = "birdtray";
version = "1.6";
version = "1.7.0";
src = fetchFromGitHub {
owner = "gyunaev";
repo = pname;
rev = "RELEASE_${version}";
sha256 = "0n6qr224ir59ncid4xbdilk5642z0kcaylzbil1bdcv3h32ysjym";
sha256 = "0wj2lq5bz1p0cf6yj43v3ifxschcrh5amwx30wqw2m4bb8syzjw1";
};
nativeBuildInputs = [ cmake pkgconfig ];