homer: split config and update to new version

This commit is contained in:
Felix Buehler 2022-11-09 22:15:47 +01:00
parent f21a143844
commit 04bf033484
3 changed files with 168 additions and 104 deletions

View file

@ -1,13 +1,13 @@
{ stdenv, fetchzip }:
stdenv.mkDerivation rec {
pname = "homer";
version = "22.07.2";
version = "22.11.1";
src = fetchzip {
urls = [
"https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip"
];
sha256 = "sha256-rmCqjWn7bbTESmOHTO5H7YVyZzny617pI0VdSlsqYGI=";
sha256 = "sha256-5W+bnPxXAv+svg3zrsiNTjZWrUuR39qKCnGGYY6pBjg=";
stripRoot = false;
};