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:
co-authored by
eljamm
Redlonghead
parent
df5138fc9f
commit
c462b28b8c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user