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

heimer: 1.20.0 -> 1.21.0
This commit is contained in:
Sandro 2020-11-25 03:23:58 +01:00 committed by GitHub
commit 099df380d2
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.20.0";
version = "1.21.0";
src = fetchFromGitHub {
owner = "juzzlin";
repo = pname;
rev = version;
sha256 = "01pgmwq539a0z7xsgx60vz6hmnr0c72xp6apx75qkvjsqbwmzhjh";
sha256 = "03q3jn0j0cydw2mxfv7236lv4w9fh9slha0mphj33mk2f97b9hl6";
};
nativeBuildInputs = [ cmake ];