libsurvive: 1.0 -> 1.01
This commit is contained in:
parent
efb7405702
commit
8bb04c816d
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user