pkgs.homer: 24.05.1 -> 24.10.1

This commit is contained in:
Felix Buehler 2024-10-17 22:24:10 +02:00
parent 45af07507e
commit 043a9587cb

View file

@ -1,11 +1,11 @@
{ stdenv, fetchzip }:
stdenv.mkDerivation rec {
pname = "homer";
version = "24.05.1";
version = "24.10.1";
src = fetchzip {
url = "https://github.com/bastienwirtz/homer/releases/download/v${version}/homer.zip";
hash = "sha256-2CnSDikhB903gnDbWPF4hwoih6B0x4KQs9qAIcrUUgg=";
hash = "sha256-UWRFiWkZi/1aHkf+hgXdnoVYb6bCBPPrk7DJAKla/B4=";
stripRoot = false;
};