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

heimer: 1.21.0 -> 2.0.0
This commit is contained in:
Mario Rodas 2021-01-16 08:31:34 -05:00 committed by GitHub
commit b89576c68a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "heimer";
version = "1.21.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "juzzlin";
repo = pname;
rev = version;
sha256 = "03q3jn0j0cydw2mxfv7236lv4w9fh9slha0mphj33mk2f97b9hl6";
sha256 = "0lxypgwgl64d4sw9kn0ncyik3whpq8iif0sbvi4r5kasx6wgs4qz";
};
nativeBuildInputs = [ cmake ];