pkgs/homer: 23.02.2 -> 23.05.1

This commit is contained in:
Felix Buehler 2023-05-15 22:10:09 +02:00
parent c1b4bff328
commit 3205d2a9b9

View file

@ -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;
};