Merge pull request #143770 from r-ryantm/auto-update/heimer

heimer: 2.6.0 -> 2.8.0
This commit is contained in:
Artturi 2021-10-30 15:20:14 +03:00 committed by GitHub
commit 0686c5c10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "heimer";
version = "2.6.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "juzzlin";
repo = pname;
rev = version;
sha256 = "sha256-VSj6bSb92XMsfvDH+cey2GXLnJajUBaCqLMgkv2fnSo=";
sha256 = "sha256-838uH8nTxl3FJvtYrLDmS6tYYRdNnFzftZ5RZE8tVpE=";
};
nativeBuildInputs = [ cmake ];