cjose: 0.6.2 -> 0.6.2.1

This commit is contained in:
R. Ryantm
2022-10-25 08:43:44 -07:00
committed by Jonathan Ringer
parent dd21d0b041
commit f20d74f0d9
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "cjose";
version = "0.6.2";
version = "0.6.2.1";
src = fetchFromGitHub {
owner = "zmartzone";
repo = "cjose";
rev = "v${version}";
sha256 = "sha256-FHKuaf4Gg3On7d3UBbGD8k1gA8kGsCOaWtLMohr5woA=";
sha256 = "sha256-QgSO4jFouowDJeUTT4kUEXD+ctQ7JiY/5DkiPyb+Z/I=";
};
nativeBuildInputs = [ autoreconfHook pkg-config doxygen ];