awf: 1.3.1 -> 1.4.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/awf/versions
This commit is contained in:
R. RyanTM 2018-10-16 00:41:19 -07:00
parent 35ce480d69
commit 93c7c59a97

View File

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