Merge pull request #48543 from r-ryantm/auto-update/awf

awf: 1.3.1 -> 1.4.0
This commit is contained in:
Jörg Thalheim 2018-10-19 09:21:57 +01:00 committed by GitHub
commit bd4b8a4c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "awf-${version}"; name = "awf-${version}";
version = "1.3.1"; version = "1.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "valr"; owner = "valr";
repo = "awf"; repo = "awf";
rev = "v${version}"; rev = "v${version}";
sha256 = "18dqa2269cwr0hrn67vp0ifwbv8vc2xn6mg145pbnc038hicql8m"; sha256 = "0jl2kxwpvf2n8974zzyp69mqhsbjnjcqm39y0jvijvjb1iy8iman";
}; };
nativeBuildInputs = [ autoreconfHook pkgconfig wrapGAppsHook ]; nativeBuildInputs = [ autoreconfHook pkgconfig wrapGAppsHook ];