cjose: 0.6.2.1 -> 0.6.2.2

This commit is contained in:
R. Ryantm 2023-07-19 13:15:34 +00:00
parent 1899ff0ca0
commit 8416bd002e

View file

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