libsurvive: 1.0 -> 1.01

This commit is contained in:
R. Ryantm 2022-07-31 21:17:41 +00:00
parent efb7405702
commit 8bb04c816d

View File

@ -12,7 +12,7 @@
stdenv.mkDerivation rec {
pname = "libsurvive";
version = "1.0";
version = "1.01";
src = fetchFromGitHub {
owner = "cntools";
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
rev = "v${version}";
# Fixes 'Unknown CMake command "cnkalman_generate_code"'
fetchSubmodules = true;
sha256 = "sha256-I8Wx9avfMyDic+Bk/1IjzZiiHj+l3XqpRwxYbWlsG/Q=";
sha256 = "sha256-NcxdTKra+YkLt/iu9+1QCeQZLV3/qlhma2Ns/+ZYVsk=";
};
nativeBuildInputs = [ cmake pkg-config ];