cjose: 0.6.2 -> 0.6.2.1

This commit is contained in:
R. Ryantm 2022-10-25 12:04:16 +00:00 committed by Jonathan Ringer
parent dd21d0b041
commit f20d74f0d9

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cjose"; pname = "cjose";
version = "0.6.2"; version = "0.6.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zmartzone"; owner = "zmartzone";
repo = "cjose"; repo = "cjose";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-FHKuaf4Gg3On7d3UBbGD8k1gA8kGsCOaWtLMohr5woA="; sha256 = "sha256-QgSO4jFouowDJeUTT4kUEXD+ctQ7JiY/5DkiPyb+Z/I=";
}; };
nativeBuildInputs = [ autoreconfHook pkg-config doxygen ]; nativeBuildInputs = [ autoreconfHook pkg-config doxygen ];