mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
pkgs/homer: 23.02.2 -> 23.05.1
This commit is contained in:
parent
c1b4bff328
commit
3205d2a9b9
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchzip }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "homer";
|
||||
version = "23.02.2";
|
||||
version = "23.05.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip";
|
||||
hash = "sha256-/YUuv5kctjVbtoo0bhSwTKc5NFpkA7mwCllwESl/bVI=";
|
||||
hash = "sha256-pYVbJ+7i4K3QWRYxVd2tu/aQ3FgfhGH6VM2ZRils53c=";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue