Merge pull request #78493 from r-ryantm/auto-update/attract-mode

attract-mode: 2.2.0 -> 2.6.1
This commit is contained in:
Christoph Hrdinka 2020-01-29 10:07:27 +01:00 committed by GitHub
commit 6ec88282af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "attract-mode";
version = "2.2.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "mickelson";
repo = "attract";
rev = "v${version}";
sha256 = "1arkfj0q3n1qbq5jwmal0kixxph8lnmv3g9bli36inab4r8zzmp8";
sha256 = "16p369j0hanm0l2fiy6h9d9pn0f3qblcy9l39all6h7rfxnhp9ii";
};
nativeBuildInputs = [ pkgconfig ];