pkgs/homer: 24.02.1 -> 24.04.1

This commit is contained in:
Felix Buehler 2024-04-22 23:55:18 +02:00
parent 73f9cec207
commit 374374a9a7

View file

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