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

heimer: 3.1.0 -> 3.2.0
This commit is contained in:
legendofmiracles 2022-01-24 08:02:22 -06:00 committed by GitHub
commit 2afc443096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "heimer";
version = "3.1.0";
version = "3.2.0";
src = fetchFromGitHub {
owner = "juzzlin";
repo = pname;
rev = version;
sha256 = "sha256-F0Pl6Wk+sGfOegy7iljQH63kAMYlRYv7G9nBAAtDEkg=";
sha256 = "sha256-aAFhShsC3FLGgtF/8XJbWIMBEO3/gcGeDZei69Luz+s=";
};
nativeBuildInputs = [ cmake ];