notmuch-bower: 0.13 -> 1.0

This commit is contained in:
Justin Bedo 2022-08-29 18:32:22 +10:00
parent 36f77596b1
commit edb0f10503
No known key found for this signature in database
GPG key ID: 2C18202C56C182BD

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "notmuch-bower";
version = "0.13";
version = "1.0";
src = fetchFromGitHub {
owner = "wangp";
repo = "bower";
rev = version;
sha256 = "0r5s16pc3ym5nd33lv9ljv1p1gpb7yysrdni4g7w7yvjrnwk35l6";
sha256 = "sha256-BNuJEVuzreI2AK/fqVMRHq8ZhPQjO33Y2FzkrWlfmm0=";
};
nativeBuildInputs = [ mercury pandoc ];