Unverified Commit c462b28b authored by kuflierl's avatar kuflierl
Browse files

memos: fix update script



nix-update now requires the pname to match

Co-Authored-By: default avatareljamm <fedi.jamoussi@protonmail.ch>
Co-Authored-By: default avatarRedlonghead <git@beardit.net>
parent df5138fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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