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

heimer: 4.3.0 -> 4.4.0
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 21:47:01 +02:00 committed by GitHub
commit 5c38449d89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
mkDerivation rec { mkDerivation rec {
pname = "heimer"; pname = "heimer";
version = "4.3.0"; version = "4.4.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "juzzlin"; owner = "juzzlin";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-VIlNahpSRQNpfOKXnI/GQANuhZ+vnoXsudwHmRbHIjs="; hash = "sha256-47bQmT2bHcbWpeosuF/vpSJcws4SqTmalY/XFEf7cxQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [