mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
homer: split config and update to new version
This commit is contained in:
parent
f21a143844
commit
04bf033484
3 changed files with 168 additions and 104 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue