Merge pull request #184344 from r-ryantm/auto-update/libsurvive

This commit is contained in:
Pavol Rusnak 2022-08-01 07:28:17 +02:00 committed by GitHub
commit 72a7ccf6a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];