heimer: 4.3.0 -> 4.4.0

This commit is contained in:
R. Ryantm 2024-04-04 22:53:42 +00:00
parent a2d38866bd
commit 9e5bab31be
1 changed files with 2 additions and 2 deletions

View File

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