homer: 25.09.1 -> 25.10.1

tag: https://github.com/bastienwirtz/homer/releases/tag/v25.10.1
This commit is contained in:
Felix Buehler
2025-10-10 00:14:48 +02:00
parent e62cc622bd
commit 4fe0831d95

View File

@@ -11,12 +11,12 @@
stdenvNoCC.mkDerivation rec {
pname = "homer";
version = "25.09.1";
version = "25.10.1";
src = fetchFromGitHub {
owner = "bastienwirtz";
repo = "homer";
rev = "v${version}";
hash = "sha256-MwDDnfp21MoQ9hh0+cjUo+sc+u69rx1K9ATbBB6RX78=";
hash = "sha256-5OWfWey6pFn+XUv9cvGoXD6ExKKFHL7PMTqqce7C7Q8=";
};
pnpmDeps = pnpm_10.fetchDeps {