memos: fix update script

nix-update now requires the pname to match

Co-Authored-By: eljamm <fedi.jamoussi@protonmail.ch>
Co-Authored-By: Redlonghead <git@beardit.net>
This commit is contained in:
kuflierl
2025-10-26 23:54:35 +01:00
co-authored by eljamm Redlonghead
parent df5138fc9f
commit c462b28b8c
+2 -2
View File
@@ -23,8 +23,8 @@ let
};
memos-protobuf-gen = stdenvNoCC.mkDerivation {
name = "memos-protobuf-gen";
inherit src;
pname = "memos-protobuf-gen";
inherit version src;
nativeBuildInputs = [
buf