Unverified Commit 72a7ccf6 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

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

parents a54fb7fc 8bb04c81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];