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