pappl: 1.0.2 -> 1.0.3

This commit is contained in:
Jonathan Ringer 2021-06-16 13:16:26 -07:00
parent ed50ad5a9a
commit 9073a7eb62
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "pappl";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "michaelrsweet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-L4ptgAJAvyTUCVl6YotA8DnlISc9PwZM0WjXyOvxGJg=";
sha256 = "sha256-B3g6R0/li+5D4odFG21qj+SR3K4PFnzzxIGCwbk1buo=";
};
outputs = [ "out" "dev" ];