pkgs/homer: 23.05.1 -> 23.09.1

This commit is contained in:
Felix Buehler 2023-09-25 22:46:34 +02:00
parent 0ca1c1db4c
commit 65101957b0

View file

@ -1,11 +1,11 @@
{ stdenv, fetchzip }: { stdenv, fetchzip }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "homer"; pname = "homer";
version = "23.05.1"; version = "23.09.1";
src = fetchzip { src = fetchzip {
url = "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip"; url = "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip";
hash = "sha256-pYVbJ+7i4K3QWRYxVd2tu/aQ3FgfhGH6VM2ZRils53c="; hash = "sha256-l6bfNzbW2uNaAVdBztG6B8dFnrRjQGBUCp9g+VoS1II=";
stripRoot = false; stripRoot = false;
}; };