notmuch-bower: 0.10 -> 0.11

https://github.com/wangp/bower/blob/0.11/NEWS
This commit is contained in:
Will Dietz 2019-08-19 14:55:15 -05:00
parent 7c15694c29
commit 552e8d4584
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "notmuch-bower-${version}";
version = "0.10";
version = "0.11";
src = fetchFromGitHub {
owner = "wangp";
repo = "bower";
rev = version;
sha256 = "0jpaxlfxz7mj76z3cyj8sq053p0mkp46kaw05nimzwaq5yx923fv";
sha256 = "0vhac8yjnhb1gz60jfzg27spyn96c1rr849gc6vjym5xamw7zp0v";
};
nativeBuildInputs = [ gawk mercury pandoc ];