pkgs/homer: 23.10.1 -> 24.02.1

This commit is contained in:
Felix Buehler 2024-02-25 14:29:35 +01:00
parent 19031ba74c
commit 47e871fa5f

View file

@ -1,11 +1,11 @@
{ stdenv, fetchzip }:
stdenv.mkDerivation rec {
pname = "homer";
version = "23.10.1";
version = "24.02.1";
src = fetchzip {
url = "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip";
hash = "sha256-KUEqrjO9LAoigZsQGLy5JrtsXx+HDXaz4Y4Vpba0uNw=";
hash = "sha256-McMJuZ84B3BlGHLQf+/ttRe5xAzQuR6qHrH8IjGys2Q=";
stripRoot = false;
};