Merge pull request #196132 from r-ryantm/auto-update/notmuch-addrlookup

notmuch-addrlookup: 9 -> 10
This commit is contained in:
Jörg Thalheim 2022-10-15 17:39:23 +02:00 committed by GitHub
commit 83b198a208
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, glib, notmuch }:
let
version = "9";
version = "10";
in
stdenv.mkDerivation {
pname = "notmuch-addrlookup";
@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "aperezdc";
repo = "notmuch-addrlookup-c";
rev ="v${version}";
sha256 = "1j3zdx161i1x4w0nic14ix5i8hd501rb31daf8api0k8855sx4rc";
sha256 = "sha256-Z59MAptJw95azdK0auOuUyxBrX4PtXwnRNPkhjgI6Ro=";
};
nativeBuildInputs = [ pkg-config ];